pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-requests py-requests: comment out py-test-htt...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ebb1655743a
branches:  trunk
changeset: 372061:1ebb1655743a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Nov 27 07:33:47 2017 +0000

description:
py-requests: comment out py-test-httpbin dependency

This causes a cyclic dependency

diffstat:

 devel/py-requests/Makefile |  9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r be5351e56722 -r 1ebb1655743a devel/py-requests/Makefile
--- a/devel/py-requests/Makefile        Sun Nov 26 23:38:40 2017 +0000
+++ b/devel/py-requests/Makefile        Mon Nov 27 07:33:47 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2017/08/16 07:17:58 adam Exp $
+# $NetBSD: Makefile,v 1.37 2017/11/27 07:33:47 wiz Exp $
 
 DISTNAME=      requests-2.18.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,7 +24,12 @@
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-Socks>=1.5.6:../../net/py-Socks
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=2.8.0:../../devel/py-test
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-httpbin-[0-9]*:../../www/py-test-httpbin
+# cyclic dependency
+# py-test-httpbin
+# py-httpbin
+# py-raven
+# py-requests
+#BUILD_DEPENDS+=       ${PYPKGPREFIX}-test-httpbin-[0-9]*:../../www/py-test-httpbin
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
 BUILD_DEPENDS+=        ${PYPKGPREFIX}-test-xdist-[0-9]*:../../devel/py-test-xdist
 



Home | Main Index | Thread Index | Old Index