From 8f14e4301d4b9a331bb09913dd4429a5dee56ced Mon Sep 17 00:00:00 2001 From: Jakub Jirutka Date: Wed, 17 Aug 2016 14:01:09 +0200 Subject: [PATCH] testing/py-pyldap: rename dependency python-dev to python2-dev --- testing/py-pyldap/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/py-pyldap/APKBUILD b/testing/py-pyldap/APKBUILD index 48b9356e45a..ca755c2e27d 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"