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