summaryrefslogtreecommitdiffstats
path: root/testing/py-hotqueue/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-hotqueue/APKBUILD')
-rw-r--r--testing/py-hotqueue/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-hotqueue/APKBUILD b/testing/py-hotqueue/APKBUILD
index a86431a51ef..bfcabe40aea 100644
--- a/testing/py-hotqueue/APKBUILD
+++ b/testing/py-hotqueue/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Python library that allows to use Redis as a message queue"
url="http://github.com/richardhenry/hotqueue"
arch="noarch"
license="MIT"
-depends="python"
+depends="python2"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""