diff options
Diffstat (limited to 'community/py-ldap3/APKBUILD')
-rw-r--r-- | community/py-ldap3/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-ldap3/APKBUILD b/community/py-ldap3/APKBUILD index b5be3bc4daa..34318636f9e 100644 --- a/community/py-ldap3/APKBUILD +++ b/community/py-ldap3/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A strictly RFC 4510 conforming LDAP V3 pure Python client" url="https://github.com/cannatag/ldap3" arch="noarch" -license="LGPL3" +license="LGPL-3.0" depends="py-asn1" makedepends="python2-dev python3-dev py-setuptools" subpackages="py2-$_pkgname:_subpackage py3-$_pkgname:_subpackage" |