pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py27-coverage
Module Name: pkgsrc
Committed By: wiz
Date: Wed Aug 24 09:43:50 UTC 2022
Modified Files:
pkgsrc/devel/py27-coverage: Makefile
Log Message:
py27-coverage: fix a TEST_DEPENDS
but tests don't run anyway
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py27-coverage/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/py27-coverage/Makefile
diff -u pkgsrc/devel/py27-coverage/Makefile:1.1 pkgsrc/devel/py27-coverage/Makefile:1.2
--- pkgsrc/devel/py27-coverage/Makefile:1.1 Wed Aug 24 09:18:25 2022
+++ pkgsrc/devel/py27-coverage/Makefile Wed Aug 24 09:43:50 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/08/24 09:18:25 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2022/08/24 09:43:50 wiz Exp $
DISTNAME= coverage-5.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -14,7 +14,7 @@ LICENSE= modified-bsd
BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
TEST_DEPENDS+= ${PYPKGPREFIX}-flaky>=3.7.0:../../devel/py-flaky
-TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.57.1:../../devel/py-hypothesis
+TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=4.57.1:../../devel/py-hypothesis4
TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=3.0.5:../../devel/py-mock
TEST_DEPENDS+= ${PYPKGPREFIX}-test>=0:../../devel/py-test4
TEST_DEPENDS+= ${PYPKGPREFIX}-unittest-mixins>=1.6:../../devel/py-unittest-mixins
Home |
Main Index |
Thread Index |
Old Index