pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptography



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon May 29 13:22:31 UTC 2017

Modified Files:
        pkgsrc/security/py-cryptography: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/security/py-cryptography/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-cryptography/Makefile
diff -u pkgsrc/security/py-cryptography/Makefile:1.54 pkgsrc/security/py-cryptography/Makefile:1.55
--- pkgsrc/security/py-cryptography/Makefile:1.54       Mon May 29 12:07:01 2017
+++ pkgsrc/security/py-cryptography/Makefile    Mon May 29 13:22:31 2017
@@ -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]*:../.
 # 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