diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-pyldap/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-pyldap/APKBUILD b/testing/py-pyldap/APKBUILD index 48b9356e45..ca755c2e27 100644 --- a/testing/py-pyldap/APKBUILD +++ b/testing/py-pyldap/APKBUILD @@ -11,7 +11,7 @@ url="https://github.com/pyldap/pyldap" arch="noarch" license="PSF" depends="libldap>=$_vermajor.$_verminor" -makedepends="python-dev python3-dev openldap-dev>=$_vermajor.$_verminor" +makedepends="python2-dev python3-dev openldap-dev>=$_vermajor.$_verminor" subpackages="py2-$_pkgname:_py2 py3-$_pkgname:_py3" source="https://github.com/$_pkgname/$_pkgname/archive/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$_pkgname-$pkgver" |