python-ldap: update to 2.4.41
This commit is contained in:
parent
d81991aab2
commit
36f41b1e20
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python-ldap'
|
||||
pkgname=python-ldap
|
||||
version=2.4.40
|
||||
version=2.4.41
|
||||
revision=1
|
||||
build_style=python2-module
|
||||
pycompile_module="ldap lidf.py dsml.py ldapurl.py"
|
||||
pycompile_module="ldap lidf.py dsml.py ldapurl.py slapdtest.py"
|
||||
hostmakedepends="python-devel"
|
||||
makedepends="python-devel libldap-devel libsasl-devel libressl-devel"
|
||||
depends="python-pyasn1-modules"
|
||||
|
@ -12,7 +12,7 @@ maintainer="Michael Aldridge <aldridge.mac@gmail.com>"
|
|||
license="PSF"
|
||||
homepage="https://www.python-ldap.org"
|
||||
distfiles="${PYPI_SITE}/p/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||
checksum=202f2f4aeeed2333d4095e8122d066e502e9a64de30cb09ffae16d18c71053f4
|
||||
checksum=6d430ecf040f2fc704ee316d3390cb1f5419c191371e1e131baef54a0e42cef0
|
||||
|
||||
pre_build() {
|
||||
sed -i "s,/usr/include/sasl,${XBPS_CROSS_BASE}/usr/include/sasl," setup.cfg
|
||||
|
|
Loading…
Reference in New Issue