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