pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-requests
Module Name: pkgsrc
Committed By: wiz
Date: Mon Nov 27 07:33:47 UTC 2017
Modified Files:
pkgsrc/devel/py-requests: Makefile
Log Message:
py-requests: comment out py-test-httpbin dependency
This causes a cyclic dependency
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-requests/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-requests/Makefile
diff -u pkgsrc/devel/py-requests/Makefile:1.36 pkgsrc/devel/py-requests/Makefile:1.37
--- pkgsrc/devel/py-requests/Makefile:1.36 Wed Aug 16 07:17:58 2017
+++ pkgsrc/devel/py-requests/Makefile Mon Nov 27 07:33:47 2017
@@ -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 @@ DEPENDS+= ${PYPKGPREFIX}-urllib3>=1.12.1
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