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 May 29 13:56:52 UTC 2017
Modified Files:
pkgsrc/devel/py-requests: Makefile
Log Message:
Comment out py-test-httpbin build dependency, it depends on py-requests
via py-flask and py-werkzeug.
To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 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.30 pkgsrc/devel/py-requests/Makefile:1.31
--- pkgsrc/devel/py-requests/Makefile:1.30 Mon May 29 10:43:42 2017
+++ pkgsrc/devel/py-requests/Makefile Mon May 29 13:56:52 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.30 2017/05/29 10:43:42 adam Exp $
+# $NetBSD: Makefile,v 1.31 2017/05/29 13:56:52 wiz Exp $
DISTNAME= requests-2.16.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -24,7 +24,7 @@ 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
+#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