diff options
author | joerg <joerg@pkgsrc.org> | 2009-09-07 19:02:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-09-07 19:02:13 +0000 |
commit | 204b5e078621bf5922f5f10fbdf3c2d119d2675c (patch) | |
tree | a32b43bedb61c01f43058cd8394b9464563c3fc5 /security | |
parent | 9b2d6e3eeefa35c4a73e21fb1469bc9f347d6382 (diff) | |
download | pkgsrc-204b5e078621bf5922f5f10fbdf3c2d119d2675c.tar.gz |
Retire Python 2.3 support.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-smbpasswd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-smbpasswd/Makefile b/security/py-smbpasswd/Makefile index 7f83684e08b..316454a35c5 100644 --- a/security/py-smbpasswd/Makefile +++ b/security/py-smbpasswd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/08/08 14:16:55 bouyer Exp $ +# $NetBSD: Makefile,v 1.5 2009/09/07 19:02:14 joerg Exp $ # DISTNAME= py-smbpasswd-1.0.1 @@ -13,7 +13,7 @@ COMMENT= Python SMB Password Hash Generator PKG_DESTDIR_SUPPORT= user-destdir PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 25 24 23 22 +PYTHON_VERSIONS_ACCEPTED= 25 24 .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" |