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:   nikita
Date:           Thu Apr 30 12:19:36 UTC 2020

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

Log Message:
py-ldapdomaindump: fix DEPENDS for py-dns


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 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.2 pkgsrc/net/py-ldapdomaindump/Makefile:1.3
--- pkgsrc/net/py-ldapdomaindump/Makefile:1.2   Thu Apr 30 12:11:10 2020
+++ pkgsrc/net/py-ldapdomaindump/Makefile       Thu Apr 30 12:19:36 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2020/04/30 12:11:10 nikita Exp $
+# $NetBSD: Makefile,v 1.3 2020/04/30 12:19:36 nikita Exp $
 
 DISTNAME=      ldapdomaindump-0.9.1
 PKGREVISION=   1
@@ -12,7 +12,7 @@ COMMENT=      Collection of Python classes fo
 LICENSE=       apache-1.1
 
 DEPENDS+=      ${PYPKGPREFIX}-ldap3-[0-9]*:../../databases/py-ldap3
-DEPENDS+=      ${PYPKGPREFIX}-dnspython-[0-9]*:../../net/py-dns
+DEPENDS+=      ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns
 DEPENDS+=      ${PYPKGPREFIX}-future-[0-9]*:../../devel/py-future
 
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index