summaryrefslogtreecommitdiff
path: root/security/py-cryptography
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2017-05-29 13:22:31 +0000
committerwiz <wiz@pkgsrc.org>2017-05-29 13:22:31 +0000
commit1f375f72a261893912b699f2b6f3f0cca28f57f1 (patch)
tree417ab9130cdea7ba66970a289956be717002bded /security/py-cryptography
parent07554001ee11a5aab7eeca1bbc05972d6128d775 (diff)
downloadpkgsrc-1f375f72a261893912b699f2b6f3f0cca28f57f1.tar.gz
Comment out py-requests test dependency to fix cyclic dependency
with py-requests-2.16.x.
Diffstat (limited to 'security/py-cryptography')
-rw-r--r--security/py-cryptography/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile
index 880a289a3ee..db7645a428c 100644
--- a/security/py-cryptography/Makefile
+++ b/security/py-cryptography/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2017/05/29 12:07:01 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2017/05/29 13:22:31 wiz Exp $
DISTNAME= cryptography-1.8.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -18,10 +18,11 @@ DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
# actually, TEST_DEPENDS
BUILD_DEPENDS+= ${PYPKGPREFIX}-iso8601-[0-9]*:../../time/py-iso8601
BUILD_DEPENDS+= ${PYPKGPREFIX}-pretend-[0-9]*:../../devel/py-pretend
-BUILD_DEPENDS+= ${PYPKGPREFIX}-requests>=0.8:../../devel/py-requests
BUILD_DEPENDS+= ${PYPKGPREFIX}-test>=0.8:../../devel/py-test
BUILD_DEPENDS+= ${PYPKGPREFIX}-pytz-[0-9]*:../../time/py-pytz
BUILD_DEPENDS+= ${PYPKGPREFIX}-cryptography_vectors-[0-9]*:../../security/py-cryptography_vectors
+# but py-requests depends on py-cryptography
+#BUILD_DEPENDS+= ${PYPKGPREFIX}-requests>=0.8:../../devel/py-requests
.include "../../lang/python/pyversion.mk"