pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-requests Comment out py-test-httpbin build de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b913c2a35c3f
branches:  trunk
changeset: 362972:b913c2a35c3f
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 29 13:56:52 2017 +0000

description:
Comment out py-test-httpbin build dependency, it depends on py-requests
via py-flask and py-werkzeug.

diffstat:

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

diffs (18 lines):

diff -r 5fed0e1975bb -r b913c2a35c3f devel/py-requests/Makefile
--- a/devel/py-requests/Makefile        Mon May 29 13:44:38 2017 +0000
+++ b/devel/py-requests/Makefile        Mon May 29 13:56:52 2017 +0000
@@ -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 @@
 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