pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-urllib2-kerberos Doesn't like python3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e50e7f02408
branches:  trunk
changeset: 348988:9e50e7f02408
user:      markd <markd%pkgsrc.org@localhost>
date:      Tue Jun 21 21:12:45 2016 +0000

description:
Doesn't like python3

diffstat:

 security/py-urllib2-kerberos/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r d1805ad16387 -r 9e50e7f02408 security/py-urllib2-kerberos/Makefile
--- a/security/py-urllib2-kerberos/Makefile     Tue Jun 21 18:00:02 2016 +0000
+++ b/security/py-urllib2-kerberos/Makefile     Tue Jun 21 21:12:45 2016 +0000
@@ -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 @@
 
 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