diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-23 22:57:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-23 22:57:05 +0000 |
commit | ece6c68f3df711ed37bb2db42294413ebaa3924e (patch) | |
tree | a646426b1e4ab682328cd6de52ca59c21b7c2798 /security | |
parent | f53a6b938855c539c94ae1a9cdf01c0a8675c536 (diff) | |
download | pkgsrc-ece6c68f3df711ed37bb2db42294413ebaa3924e.tar.gz |
Also works with Python 2.6.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-openid/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-openid/Makefile b/security/py-openid/Makefile index 4bfc40c3ca2..1666c655b30 100644 --- a/security/py-openid/Makefile +++ b/security/py-openid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/07/21 14:08:04 roy Exp $ +# $NetBSD: Makefile,v 1.2 2010/01/23 22:57:05 joerg Exp $ DISTVERS= 2.2.4 DISTNAME= python-openid-${DISTVERS} @@ -15,7 +15,7 @@ LICENSE= apache-2.0 PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 25 +PYTHON_VERSIONS_ACCEPTED= 26 25 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |