summaryrefslogtreecommitdiffstats
path: root/testing/py-pika/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-pika/APKBUILD')
-rw-r--r--testing/py-pika/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pika/APKBUILD b/testing/py-pika/APKBUILD
index 0501a093680..5f10c8f4bf5 100644
--- a/testing/py-pika/APKBUILD
+++ b/testing/py-pika/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Python AMQP client library"
url="https://pika.readthedocs.org"
arch="noarch"
license="MPL 2.0"
-depends="python py-tornado py-twisted py-ev"
+depends="python2 py-tornado py-twisted py-ev"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""