summaryrefslogtreecommitdiff
path: root/security/py-paramiko
diff options
context:
space:
mode:
authorjoerg <joerg>2006-07-11 00:21:17 +0000
committerjoerg <joerg>2006-07-11 00:21:17 +0000
commit9a6a396c86f83c1fb8502a6b2872245ffccbff88 (patch)
tree36ff00dfe2b5f59c74d2d3cd12681cfa1b7de0b9 /security/py-paramiko
parent7b362efbad5e330b115e4dee3f7601301dc7afd4 (diff)
downloadpkgsrc-9a6a396c86f83c1fb8502a6b2872245ffccbff88.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/py-paramiko')
-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"