From 0663ca1bf7044236c11a22b5696b84fc18a7028f Mon Sep 17 00:00:00 2001 From: wiz Date: Mon, 3 Oct 2016 12:25:36 +0000 Subject: Remove some dead code, python-3.3 is no more. --- security/py-cryptography/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'security/py-cryptography') diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index df9edef9867..6097be16368 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2016/10/03 12:21:16 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2016/10/03 12:25:37 wiz Exp $ DISTNAME= cryptography-1.5.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -24,10 +24,8 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=0.8:../../devel/py-test .include "../../lang/python/pyversion.mk" .if ${PYPKGPREFIX} == "py27" -DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress -.endif -.if ${PYPKGPREFIX} == "py27" || ${PYPKGPREFIX} == "py33" DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34 +DEPENDS+= ${PYPKGPREFIX}-ipaddress-[0-9]*:../../net/py-ipaddress .endif do-test: -- cgit v1.2.3