diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 21:09:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 21:09:20 +0000 |
commit | e2107c85f6bad7fd4db8a0d32dc52e482dcf01ed (patch) | |
tree | 635d2c2cd03c8f3021d6ce3b171522808e69ddf1 /security/py-m2crypto | |
parent | ad1b116365db6ac6eeb7313aafbc665fdd0fa9c6 (diff) | |
download | pkgsrc-e2107c85f6bad7fd4db8a0d32dc52e482dcf01ed.tar.gz |
Remove Python 2.1 support.
Diffstat (limited to 'security/py-m2crypto')
-rw-r--r-- | security/py-m2crypto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 58fc4e84245..5bfeb70b424 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2008/06/12 02:14:45 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2009/02/09 21:09:22 joerg Exp $ # DISTNAME= m2crypto-0.13 @@ -18,7 +18,6 @@ COMMENT= Crypto and SSL toolkit for Python PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 # constness is very different between openssl versions, # it seems, and 0.9.7i is the version which currently is |