diff options
Diffstat (limited to 'testing/py-bottle-hotqueue/APKBUILD')
-rw-r--r-- | testing/py-bottle-hotqueue/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-bottle-hotqueue/APKBUILD b/testing/py-bottle-hotqueue/APKBUILD index 4a09fd5115..bdf08c599c 100644 --- a/testing/py-bottle-hotqueue/APKBUILD +++ b/testing/py-bottle-hotqueue/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Bottle HotQueue plugin" url="https://github.com/waawal/bottle_hotqueue" arch="noarch" license="MIT" -depends="python py-bottle py-hotqueue" +depends="python2 py-bottle py-hotqueue" depends_dev="" makedepends="python2-dev py-setuptools" install="" |