pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-dns1



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri May  5 10:16:33 UTC 2023

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

Log Message:
py-dns1: switch to py27-idna


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/py-dns1/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-dns1/Makefile
diff -u pkgsrc/net/py-dns1/Makefile:1.1 pkgsrc/net/py-dns1/Makefile:1.2
--- pkgsrc/net/py-dns1/Makefile:1.1     Tue Aug 23 21:45:30 2022
+++ pkgsrc/net/py-dns1/Makefile Fri May  5 10:16:33 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/08/23 21:45:30 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/05 10:16:33 wiz Exp $
 
 DISTNAME=      dnspython-1.16.0
 PKGREVISION=   2
@@ -13,7 +13,7 @@ LICENSE=      isc
 
 DEPENDS+=      ${PYPKGPREFIX}-cryptodome-[0-9]*:../../security/py-cryptodome
 DEPENDS+=      ${PYPKGPREFIX}-ecdsa>=0.13:../../security/py-ecdsa
-DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py-idna
+DEPENDS+=      ${PYPKGPREFIX}-idna-[0-9]*:../../www/py27-idna
 
 USE_LANGUAGES= # none
 



Home | Main Index | Thread Index | Old Index