summaryrefslogtreecommitdiff
path: root/security/py-urllib2-kerberos
diff options
context:
space:
mode:
authormarkd <markd@pkgsrc.org>2016-06-21 21:12:45 +0000
committermarkd <markd@pkgsrc.org>2016-06-21 21:12:45 +0000
commit272b4a3524c8754115fd3d1a536d140f8a71b122 (patch)
tree3cb3e721bb257f525c4bd0b0f9955026bb435385 /security/py-urllib2-kerberos
parentf6fc6c50f8809dad5bc85bb66771ce79dbae8f8f (diff)
downloadpkgsrc-272b4a3524c8754115fd3d1a536d140f8a71b122.tar.gz
Doesn't like python3
Diffstat (limited to 'security/py-urllib2-kerberos')
-rw-r--r--security/py-urllib2-kerberos/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-urllib2-kerberos/Makefile b/security/py-urllib2-kerberos/Makefile
index cf1181084bb..1bced113940 100644
--- a/security/py-urllib2-kerberos/Makefile
+++ b/security/py-urllib2-kerberos/Makefile
@@ -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"