diff options
Diffstat (limited to 'testing/py-hotqueue')
-rw-r--r-- | testing/py-hotqueue/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-hotqueue/APKBUILD b/testing/py-hotqueue/APKBUILD index a86431a51e..bfcabe40ae 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="" |