summaryrefslogtreecommitdiff
path: root/security/py-smbpasswd
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2009-08-08 14:16:55 +0000
committerbouyer <bouyer@pkgsrc.org>2009-08-08 14:16:55 +0000
commit47f1ca022b37263f27815d49b8fea274de633b21 (patch)
treecf7836403f912ee52a673f71f182037ffc956791 /security/py-smbpasswd
parentfb5e4b1673eb4b1f8dd4c77882f295b41800187e (diff)
downloadpkgsrc-47f1ca022b37263f27815d49b8fea274de633b21.tar.gz
This works fine with python 2.5
Diffstat (limited to 'security/py-smbpasswd')
-rw-r--r--security/py-smbpasswd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-smbpasswd/Makefile b/security/py-smbpasswd/Makefile
index b7ef67df454..7f83684e08b 100644
--- a/security/py-smbpasswd/Makefile
+++ b/security/py-smbpasswd/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2009/03/05 18:51:32 joerg Exp $
+# $NetBSD: Makefile,v 1.4 2009/08/08 14:16:55 bouyer 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= 24 23 22
+PYTHON_VERSIONS_ACCEPTED= 25 24 23 22
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"