summaryrefslogtreecommitdiff
path: root/security/py-urllib2-kerberos
diff options
context:
space:
mode:
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"