pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-cryptography Comment out py-requests test ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c4b87d038c2
branches:  trunk
changeset: 362968:6c4b87d038c2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 29 13:22:31 2017 +0000

description:
Comment out py-requests test dependency to fix cyclic dependency
with py-requests-2.16.x.

diffstat:

 security/py-cryptography/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r d310f3d565cc -r 6c4b87d038c2 security/py-cryptography/Makefile
--- a/security/py-cryptography/Makefile Mon May 29 13:16:22 2017 +0000
+++ b/security/py-cryptography/Makefile Mon May 29 13:22:31 2017 +0000
@@ -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 @@
 # 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"
 



Home | Main Index | Thread Index | Old Index