pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-ldapdomaindump



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Wed Nov 22 14:11:59 UTC 2023

Modified Files:
        pkgsrc/net/py-ldapdomaindump: Makefile

Log Message:
py-ldapdomaindump: Fix PYTHON_VERSIONS_INCOMPATIBLE.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/net/py-ldapdomaindump/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-ldapdomaindump/Makefile
diff -u pkgsrc/net/py-ldapdomaindump/Makefile:1.8 pkgsrc/net/py-ldapdomaindump/Makefile:1.9
--- pkgsrc/net/py-ldapdomaindump/Makefile:1.8   Tue Jan 17 11:54:39 2023
+++ pkgsrc/net/py-ldapdomaindump/Makefile       Wed Nov 22 14:11:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2023/01/17 11:54:39 adam Exp $
+# $NetBSD: Makefile,v 1.9 2023/11/22 14:11:59 jperkin Exp $
 
 DISTNAME=      ldapdomaindump-0.9.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -16,6 +16,7 @@ DEPENDS+=     ${PYPKGPREFIX}-ldap3>=2.7:../.
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONED_DEPENDENCIES= dns
+PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 post-install:
 .for bin in ldapdomaindump ldd2bloodhound ldd2pretty



Home | Main Index | Thread Index | Old Index