pkgsrc-WIP-changes archive

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

py-humanfriendly: Fix TEST_DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Jul 22 06:27:08 2023 -0500
Changeset:	9a889dbe2390e36671981a35255aa7044d8b2b86

Modified Files:
	py-humanfriendly/Makefile

Log Message:
py-humanfriendly: Fix TEST_DEPENDS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9a889dbe2390e36671981a35255aa7044d8b2b86

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

diffstat:
 py-humanfriendly/Makefile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-humanfriendly/Makefile b/py-humanfriendly/Makefile
index 7ad22a8af9..7681d3ca76 100644
--- a/py-humanfriendly/Makefile
+++ b/py-humanfriendly/Makefile
@@ -11,7 +11,11 @@ COMMENT=	Human friendly output for text interfaces using Python
 LICENSE=	mit
 
 TEST_DEPENDS+=	${PYPKGPREFIX}-capturer>=2.1:../../wip/py-capturer
-TEST_DEPENDS+=	${PYPKGPREFIX}-coloredlogs>=2.0:../../wip/py-coloredlogs
+TEST_DEPENDS+=	${PYPKGPREFIX}-coloredlogs>=15.0.1:../../wip/py-coloredlogs
+TEST_DEPENDS+=	${PYPKGPREFIX}-docutils>=0.15:../../textproc/py-docutils
+TEST_DEPENDS+=	${PYPKGPREFIX}-mock>=3.0.5:../../devel/py-mock
+TEST_DEPENDS+=	${PYPKGPREFIX}-test>=3.0.7:../../devel/py-test
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov>=2.4.0:../../devel/py-test-cov
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index