From 91050c600519724fde141d90544cd82e240ad38b Mon Sep 17 00:00:00 2001 From: joerg Date: Mon, 17 Nov 2014 19:05:39 +0000 Subject: Uses old-style exception syntax. --- security/py-yubiauth/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'security') 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" -- cgit v1.2.3