summaryrefslogtreecommitdiff
path: root/security/py-OpenSSL
diff options
context:
space:
mode:
authorjoerg <joerg>2009-06-26 19:44:47 +0000
committerjoerg <joerg>2009-06-26 19:44:47 +0000
commit088b9f75fb30f09dc97cc840ae2b48f72ea6387e (patch)
tree87956200508b1e55393a86d8b9006923a989307f /security/py-OpenSSL
parent4e370a8535aa9f612cd0d1bf53da4bdda6017fa4 (diff)
downloadpkgsrc-088b9f75fb30f09dc97cc840ae2b48f72ea6387e.tar.gz
Accept Python 2.6 for now until evidence of breakage appears. Fixes
dependencies of some other packages.
Diffstat (limited to 'security/py-OpenSSL')
-rw-r--r--security/py-OpenSSL/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/security/py-OpenSSL/Makefile b/security/py-OpenSSL/Makefile
index 51b19e5d328..e4704f6116c 100644
--- a/security/py-OpenSSL/Makefile
+++ b/security/py-OpenSSL/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2009/03/05 18:51:31 joerg Exp $
+# $NetBSD: Makefile,v 1.18 2009/06/26 19:44:47 joerg Exp $
#
DISTNAME= pyOpenSSL-0.7
@@ -12,8 +12,6 @@ COMMENT= Python interface to the OpenSSL library
PKG_DESTDIR_SUPPORT= user-destdir
-PYTHON_VERSIONS_ACCEPTED= 25 24 23
-
PYDISTUTILSPKG= yes
.include "../../lang/python/extension.mk"