pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-test-httpbin



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Oct 23 21:55:29 UTC 2024

Modified Files:
        pkgsrc/www/py-test-httpbin: Makefile

Log Message:
py-test-httpbin: add missing test dependency


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-test-httpbin/Makefile

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

Modified files:

Index: pkgsrc/www/py-test-httpbin/Makefile
diff -u pkgsrc/www/py-test-httpbin/Makefile:1.12 pkgsrc/www/py-test-httpbin/Makefile:1.13
--- pkgsrc/www/py-test-httpbin/Makefile:1.12    Sat Oct 19 16:37:48 2024
+++ pkgsrc/www/py-test-httpbin/Makefile Wed Oct 23 21:55:29 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2024/10/19 16:37:48 adam Exp $
+# $NetBSD: Makefile,v 1.13 2024/10/23 21:55:29 wiz Exp $
 
 DISTNAME=      pytest_httpbin-2.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
@@ -10,6 +10,7 @@ HOMEPAGE=     https://github.com/kevin1024/p
 COMMENT=       Easily test your HTTP library against a local copy of httpbin
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-httpbin-[0-9]*:../../www/py-httpbin
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 TEST_DEPENDS+= ${PYPKGPREFIX}-werkzeug-[0-9]*:../../www/py-werkzeug



Home | Main Index | Thread Index | Old Index