diff options
author | joerg <joerg@pkgsrc.org> | 2015-01-06 22:58:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2015-01-06 22:58:41 +0000 |
commit | a994f4caf714c1403fb0bdcaf63ca2556d7035f8 (patch) | |
tree | 51ea52b5b9e5eb3c070918052be7ddc520a9b19e /security/py-cryptography | |
parent | 76b86dc28cb24a3e1f96b49df2c226d94a1457cf (diff) | |
download | pkgsrc-a994f4caf714c1403fb0bdcaf63ca2556d7035f8.tar.gz |
Needs py-enum34.
Diffstat (limited to 'security/py-cryptography')
-rw-r--r-- | security/py-cryptography/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 23ce4f7f963..5023c77c430 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2015/01/05 08:42:32 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/01/06 22:58:41 joerg Exp $ DISTNAME= cryptography-0.7.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} +PKGREVISION= 1 CATEGORIES= security python MASTER_SITES= https://pypi.python.org/packages/source/c/cryptography/ @@ -12,6 +13,7 @@ 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 |