pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-urllib2-kerberos



Module Name:    pkgsrc
Committed By:   markd
Date:           Tue Jun 21 21:12:45 UTC 2016

Modified Files:
        pkgsrc/security/py-urllib2-kerberos: Makefile

Log Message:
Doesn't like python3


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-urllib2-kerberos/Makefile

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

Modified files:

Index: pkgsrc/security/py-urllib2-kerberos/Makefile
diff -u pkgsrc/security/py-urllib2-kerberos/Makefile:1.1 pkgsrc/security/py-urllib2-kerberos/Makefile:1.2
--- pkgsrc/security/py-urllib2-kerberos/Makefile:1.1    Thu Jun  9 02:18:52 2016
+++ pkgsrc/security/py-urllib2-kerberos/Makefile        Tue Jun 21 21:12:45 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/06/09 02:18:52 markd Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/21 21:12:45 markd Exp $
 #
 
 DISTNAME=      urllib2_kerberos-0.1.6
@@ -13,5 +13,7 @@ LICENSE=      apache-2.0
 
 DEPENDS+=      ${PYPKGPREFIX}-kerberos>=1.1:../../security/py-kerberos
 
+PYTHON_VERSIONS_INCOMPATIBLE=  33 34 35
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index