aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-08-17 14:01:09 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-08-17 14:01:09 +0200
commit8f14e4301d4b9a331bb09913dd4429a5dee56ced (patch)
tree41d5ffa38a608c59d08fb5154dbb4fc20ecc7cac /testing
parentdb8b7b3c0da185d8c22ef0346fc33170394245d9 (diff)
downloadaports-8f14e4301d4b9a331bb09913dd4429a5dee56ced.tar.bz2
aports-8f14e4301d4b9a331bb09913dd4429a5dee56ced.tar.xz
testing/py-pyldap: rename dependency python-dev to python2-dev
Diffstat (limited to 'testing')
-rw-r--r--testing/py-pyldap/APKBUILD2
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"