diff options
Diffstat (limited to 'testing/py-sqlalchemy7/APKBUILD')
-rw-r--r-- | testing/py-sqlalchemy7/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-sqlalchemy7/APKBUILD b/testing/py-sqlalchemy7/APKBUILD index 29a0aa5028..0b8f465ff6 100644 --- a/testing/py-sqlalchemy7/APKBUILD +++ b/testing/py-sqlalchemy7/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="MIT" depends="" 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" |