pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-ldap py-ldap: Require a version of openld...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/89575e94b90f
branches:  trunk
changeset: 444808:89575e94b90f
user:      nia <nia%pkgsrc.org@localhost>
date:      Wed Jan 13 09:55:42 2021 +0000

description:
py-ldap: Require a version of openldap-client that has openldap.h

Might help with PR pkg/55902.

diffstat:

 databases/py-ldap/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r dac0aaaa0cd8 -r 89575e94b90f databases/py-ldap/Makefile
--- a/databases/py-ldap/Makefile        Wed Jan 13 09:40:40 2021 +0000
+++ b/databases/py-ldap/Makefile        Wed Jan 13 09:55:42 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.87 2020/07/07 05:29:04 adam Exp $
+# $NetBSD: Makefile,v 1.88 2021/01/13 09:55:42 nia Exp $
 
 DISTNAME=      python-ldap-3.3.1
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -17,6 +17,7 @@
 TEST_ENV+=     SBIN=${PREFIX}/sbin
 TEST_ENV+=     SLAPD=${PREFIX}/libexec/slapd
 
+BUILDLINK_API_DEPENDS.openldap-client+=        openldap-client>=2.4.48
 .include "../../databases/openldap-client/buildlink3.mk"
 .include "../../security/cyrus-sasl/buildlink3.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index