pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-twisted



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sun Dec  3 00:12:35 UTC 2017

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

Log Message:
Fix location of py-idna.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/net/py-twisted/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-twisted/Makefile
diff -u pkgsrc/net/py-twisted/Makefile:1.35 pkgsrc/net/py-twisted/Makefile:1.36
--- pkgsrc/net/py-twisted/Makefile:1.35 Thu Oct 19 08:50:34 2017
+++ pkgsrc/net/py-twisted/Makefile      Sun Dec  3 00:12:35 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2017/10/19 08:50:34 adam Exp $
+# $NetBSD: Makefile,v 1.36 2017/12/03 00:12:35 joerg Exp $
 
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:tl}
 COMMENT=       Framework for writing networked applications
@@ -7,7 +7,7 @@ COMMENT=        Framework for writing networked
 DEPENDS+=      ${PYPKGPREFIX}-automat>=0.3.0:../../devel/py-automat
 DEPENDS+=      ${PYPKGPREFIX}-constantly>=15.1:../../devel/py-constantly
 DEPENDS+=      ${PYPKGPREFIX}-hyperlink>=17.1.1:../../www/py-hyperlink
-DEPENDS+=      ${PYPKGPREFIX}-idna>=2.4:../../devel/py-incremental
+DEPENDS+=      ${PYPKGPREFIX}-idna>=2.4:../../www/py-idna
 DEPENDS+=      ${PYPKGPREFIX}-incremental>=16.10.1:../../devel/py-incremental
 DEPENDS+=      ${PYPKGPREFIX}-OpenSSL>=16.0.0:../../security/py-OpenSSL
 DEPENDS+=      ${PYPKGPREFIX}-service_identity-[0-9]*:../../security/py-service_identity



Home | Main Index | Thread Index | Old Index