diff options
author | drochner <drochner@pkgsrc.org> | 2006-03-31 14:33:14 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-03-31 14:33:14 +0000 |
commit | 0c50ab6255314f6a999ed7b179bd28557a4ca623 (patch) | |
tree | 1d05cd3bbcb67937c679407eeeb7fe1a6f17c0f2 | |
parent | 8667bc40aaf40f33d1e8e1201fbfd9dbcfe762a6 (diff) | |
download | pkgsrc-0c50ab6255314f6a999ed7b179bd28557a4ca623.tar.gz |
allow any Python >=21
-rw-r--r-- | security/py-gnupg/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-gnupg/Makefile b/security/py-gnupg/Makefile index 01b4005f83d..1a8c6a351a0 100644 --- a/security/py-gnupg/Makefile +++ b/security/py-gnupg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/03/16 22:48:42 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2006/03/31 14:33:14 drochner Exp $ DISTNAME= GnuPGInterface-0.3.2 PKGNAME= ${PYPKGPREFIX}-gnupg-0.3.2 @@ -12,7 +12,7 @@ COMMENT= Python module for GnuPG interface DEPENDS+= gnupg>=1.0.0:../../security/gnupg -PYTHON_VERSIONS_ACCEPTED= 21 +PYTHON_VERSIONS_ACCEPTED= 21 22 23 24 PYDISTUTILSPKG= yes .include "../../lang/python/extension.mk" |