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