summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg>2014-11-17 19:05:39 +0000
committerjoerg <joerg>2014-11-17 19:05:39 +0000
commit3aace4d2085568ef1c6576f92d7457bdb9666d05 (patch)
tree791a7808679627fe483924e19ebed4644233be09 /security
parentf1215c0eb39b1265a815a071505ca3f3f34a3740 (diff)
downloadpkgsrc-3aace4d2085568ef1c6576f92d7457bdb9666d05.tar.gz
Uses old-style exception syntax.
Diffstat (limited to 'security')
-rw-r--r--security/py-yubiauth/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-yubiauth/Makefile b/security/py-yubiauth/Makefile
index c0d6b70191d..8ce310a445c 100644
--- a/security/py-yubiauth/Makefile
+++ b/security/py-yubiauth/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/11/14 21:56:27 pettai Exp $
+# $NetBSD: Makefile,v 1.2 2014/11/17 19:05:39 joerg Exp $
DISTNAME= yubiauth-0.3.9
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -16,5 +16,7 @@ PYSETUP= setup.py
USE_LANGUAGES= # none
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.3.9
+
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"