summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-07-11 00:21:17 +0000
committerjoerg <joerg@pkgsrc.org>2006-07-11 00:21:17 +0000
commitd418a97441d59887d37f62262da0c3667a161871 (patch)
tree36ff00dfe2b5f59c74d2d3cd12681cfa1b7de0b9 /security
parente19baeb3ba8c7c808e0757d26f5ac4cb38008235 (diff)
downloadpkgsrc-d418a97441d59887d37f62262da0c3667a161871.tar.gz
The yield syntax used in one of the modules is not supported by
Python 2.2, so mark it as 2.3+ only.
Diffstat (limited to 'security')
-rw-r--r--security/py-paramiko/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/py-paramiko/Makefile b/security/py-paramiko/Makefile
index 4909ec7251c..2590dc1ad37 100644
--- a/security/py-paramiko/Makefile
+++ b/security/py-paramiko/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2006/07/04 15:35:54 drochner Exp $
+# $NetBSD: Makefile,v 1.2 2006/07/11 00:21:17 joerg Exp $
#
DISTNAME= paramiko-1.6
@@ -12,7 +12,7 @@ HOMEPAGE= http://www.lag.net/paramiko/
COMMENT= SSH2 protocol library
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_ACCEPTED= 23 24 22
+PYTHON_VERSIONS_ACCEPTED= 23 24
.include "../../lang/python/extension.mk"
.include "../../security/py-amkCrypto/buildlink3.mk"