diff options
author | wiz <wiz@pkgsrc.org> | 2015-01-07 01:01:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-01-07 01:01:12 +0000 |
commit | c290b470ec68aa8aff239c0d6f3cef3b15bdeb3e (patch) | |
tree | 6d61306782d99b2445f9b54e94a1d35f564ba9cd /security | |
parent | 12485f37ac4586284fc0a3ebc54488004ae292db (diff) | |
download | pkgsrc-c290b470ec68aa8aff239c0d6f3cef3b15bdeb3e.tar.gz |
Revert previous, already fixed.
Diffstat (limited to 'security')
-rw-r--r-- | security/py-cryptography/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 5023c77c430..0ce26819a77 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/01/06 22:58:41 joerg Exp $ +# $NetBSD: Makefile,v 1.17 2015/01/07 01:01:12 wiz Exp $ DISTNAME= cryptography-0.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,6 @@ LICENSE= apache-2.0 OR modified-bsd DEPENDS+= ${PYPKGPREFIX}-asn1-[0-9]*:../../security/py-asn1 DEPENDS+= ${PYPKGPREFIX}-cffi>=0.8:../../devel/py-cffi -DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34 DEPENDS+= ${PYPKGPREFIX}-cparser>=2.10:../../devel/py-cparser DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six # actually, TEST_DEPENDS |