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