git: 9615536077f5 - main - devel/py-pylama: fix test dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 07 Apr 2022 19:00:47 UTC
The branch main has been updated by amdmi3: URL: https://cgit.FreeBSD.org/ports/commit/?id=9615536077f50e49880a0bbaa2276656aec004ff commit 9615536077f50e49880a0bbaa2276656aec004ff Author: Dmitry Marakasov <amdmi3@FreeBSD.org> AuthorDate: 2022-04-07 16:52:49 +0000 Commit: Dmitry Marakasov <amdmi3@FreeBSD.org> CommitDate: 2022-04-07 18:59:36 +0000 devel/py-pylama: fix test dependency Approved by: portmgr blanket --- devel/py-pylama/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/py-pylama/Makefile b/devel/py-pylama/Makefile index 377dbb214703..2eb7f7aa3ad9 100644 --- a/devel/py-pylama/Makefile +++ b/devel/py-pylama/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mccabe>=0.5.2:devel/py-mccabe@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pyflakes>=1.5.0:devel/py-pyflakes@${PY_FLAVOR} TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mypy>=0:devel/py-mypy@${PY_FLAVOR} \ - pylint-${PYTHON_PKGNAMESUFFIX}:devel/pylint@${PY_FLAVOR} + pylint${PYTHON_PKGNAMESUFFIX}>=0:devel/pylint@${PY_FLAVOR} USES= python:3.4+ USE_PYTHON= autoplist concurrent distutils