diff options
author | joerg <joerg@pkgsrc.org> | 2014-11-17 19:05:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-11-17 19:05:39 +0000 |
commit | 91050c600519724fde141d90544cd82e240ad38b (patch) | |
tree | 791a7808679627fe483924e19ebed4644233be09 /security | |
parent | 96be3822c2caccdc32ec7dedf3f354537de13ff0 (diff) | |
download | pkgsrc-91050c600519724fde141d90544cd82e240ad38b.tar.gz |
Uses old-style exception syntax.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-yubiauth/Makefile | 4 |
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" |