aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-fedmsg
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2015-12-24 12:46:33 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2015-12-24 12:46:33 +0000
commit4acb773bdfb07cebe566fd6c1d9ff5dadcbce917 (patch)
treec98f367969c16cf80e07f1d84dfa5fe7e64945e3 /testing/py-fedmsg
parentd81d7880a8d7a98dc896693bf872c04683710a93 (diff)
testing/py-fedmsg: added py-setuptools in dependencies
Diffstat (limited to 'testing/py-fedmsg')
-rw-r--r--testing/py-fedmsg/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-fedmsg/APKBUILD b/testing/py-fedmsg/APKBUILD
index 381f0e05e69..0939b4d40b4 100644
--- a/testing/py-fedmsg/APKBUILD
+++ b/testing/py-fedmsg/APKBUILD
@@ -9,7 +9,7 @@ url="https://fedmsg.readthedocs.org/"
arch="noarch"
license="LGPLv2"
depends="python"
-depends_dev=""
+depends_dev="py-setuptools"
makedepends="$depends_dev"
install=""
subpackages="$pkgname-dev $pkgname-doc"