summaryrefslogtreecommitdiffstats
path: root/testing/py-rabbit/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-rabbit/APKBUILD')
-rw-r--r--testing/py-rabbit/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-rabbit/APKBUILD b/testing/py-rabbit/APKBUILD
index 0d47669a3f3..393cd927b7d 100644
--- a/testing/py-rabbit/APKBUILD
+++ b/testing/py-rabbit/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Pythonic interface to the RabbitMQ Management HTTP API"
url="https://github.com/bkjones/pyrabbit"
arch="noarch"
license="MIT"
-depends="python py-httplib2"
+depends="python2 py-httplib2"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""