diff options
author | wiz <wiz@pkgsrc.org> | 2016-10-03 12:25:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-10-03 12:25:36 +0000 |
commit | 0663ca1bf7044236c11a22b5696b84fc18a7028f (patch) | |
tree | 98d2412dbdc78c8c9acb1a7e43e5e01f31c6b718 /security/py-cryptography | |
parent | c831e6df48c5040d381b32a965cbff70c8d42127 (diff) | |
download | pkgsrc-0663ca1bf7044236c11a22b5696b84fc18a7028f.tar.gz |
Remove some dead code, python-3.3 is no more.
Diffstat (limited to 'security/py-cryptography')
-rw-r--r-- | security/py-cryptography/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
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: |