security/py-vici: sync with upstream

Taken from: FreeBSD
This commit is contained in:
Franco Fichtner 2024-03-11 11:04:35 +01:00
parent b069892cea
commit 51f8b29b46

View file

@ -13,10 +13,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-pycodestyle>0:devel/py-pytest-pycodestyle@${PY_FLAVOR}
USES= python pytest
USE_PYTHON= autoplist concurrent distutils
PYTEST_ARGS= --pycodestyle
USES= python
USE_PYTHON= autoplist concurrent distutils pytest
NO_ARCH= yes
TEST_ARGS= --pycodestyle
.include <bsd.port.mk>