From 088b9f75fb30f09dc97cc840ae2b48f72ea6387e Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 26 Jun 2009 19:44:47 +0000 Subject: Accept Python 2.6 for now until evidence of breakage appears. Fixes dependencies of some other packages. --- security/py-OpenSSL/Makefile | 4 +--- 1 file changed, 1 insertion(+), 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" -- cgit v1.2.3