summaryrefslogtreecommitdiff
path: root/security/sshfp
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2009-11-17 09:01:43 +0000
committertron <tron@pkgsrc.org>2009-11-17 09:01:43 +0000
commitbae0a8c45d54f08c8a409206ee5e6e2bc6f782e5 (patch)
tree91ba3e5cfb36c01b1c63670d98a512937cc2c192 /security/sshfp
parent7320a573225f9c37eeaeda129cb4826841aeb90f (diff)
downloadpkgsrc-bae0a8c45d54f08c8a409206ee5e6e2bc6f782e5.tar.gz
This package works fine with Python 2.6, remove "PYTHON_VERSIONS_ACCEPTED".
Diffstat (limited to 'security/sshfp')
-rw-r--r--security/sshfp/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/sshfp/Makefile b/security/sshfp/Makefile
index 3aeeed1c7ae..6d4af93f62c 100644
--- a/security/sshfp/Makefile
+++ b/security/sshfp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2009/02/09 22:56:26 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/11/17 09:01:43 tron Exp $
DISTNAME= sshfp-1.1.3
PKGREVISION= 1
@@ -12,7 +12,6 @@ COMMENT= Print ssh host key fingerprint resource records
DEPENDS+= ${PYPKGPREFIX}-dns>=1.6.0:../../net/py-dns
NO_BUILD= yes
-PYTHON_VERSIONS_ACCEPTED= 25 24
PYTHON_PATCH_SCRIPTS= sshfp
.include "../../lang/python/application.mk"