diff options
Diffstat (limited to 'testing/py-bottle-sqlite')
-rw-r--r-- | testing/py-bottle-sqlite/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-bottle-sqlite/APKBUILD b/testing/py-bottle-sqlite/APKBUILD index 6ff18eedb7..e3f319584b 100644 --- a/testing/py-bottle-sqlite/APKBUILD +++ b/testing/py-bottle-sqlite/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="MIT" depends="python py-bottle" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |