git: b9feb3d11e43 - main - sysutils/py-filelock: Fix typo in TEST_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Jun 2023 22:01:50 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b9feb3d11e434f0411627b0117a3f6f2bbaf8327 commit b9feb3d11e434f0411627b0117a3f6f2bbaf8327 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2023-06-17 21:35:18 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2023-06-17 22:01:45 +0000 sysutils/py-filelock: Fix typo in TEST_DEPENDS devel/py-pytest-mock0 should be devel/py-pytest-mock Approved by: portmgr (blanket) --- sysutils/py-filelock/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/py-filelock/Makefile b/sysutils/py-filelock/Makefile index 9ccd218601ce..a71b42fa4ffc 100644 --- a/sysutils/py-filelock/Makefile +++ b/sysutils/py-filelock/Makefile @@ -17,7 +17,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}covdefaults>=2.3:devel/py-covdefaults@${PY_ ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}diff-cover>=7.5:devel/py-diff-cover@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.10:devel/py-pytest-mock0@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-mock>=3.10:devel/py-pytest-mock@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest-timeout>=2.1:devel/py-pytest-timeout@${PY_FLAVOR} USES= python:3.7+