diff options
Diffstat (limited to 'testing/buildbot-slave')
-rw-r--r-- | testing/buildbot-slave/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/buildbot-slave/APKBUILD b/testing/buildbot-slave/APKBUILD index e0dc4c8585..9848d132b5 100644 --- a/testing/buildbot-slave/APKBUILD +++ b/testing/buildbot-slave/APKBUILD @@ -9,7 +9,7 @@ arch="noarch" license="GPL2" depends="python py-twisted" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="buildbot-slave.pre-install" BUILDBOT_USER=buildbot BUILDBOT_GROUP=buildbot |