diff options
author | Matthew Seaman <matthew@FreeBSD.org> | 2023-03-27 16:01:31 +0000 |
---|---|---|
committer | Matthew Seaman <matthew@FreeBSD.org> | 2023-03-27 16:02:35 +0000 |
commit | b2ca770f30c289eee3a616c9d1bbca7416bb4b5c (patch) | |
tree | 8ec29fae2aaf9d0820b6529441d2772ffab9e948 | |
parent | 2db1fc4f3415c2193defeddbe24cf28f05abf7f6 (diff) | |
download | ports-b2ca770f30c289eee3a616c9d1bbca7416bb4b5c.tar.gz ports-b2ca770f30c289eee3a616c9d1bbca7416bb4b5c.zip |
textproc/py-wcmatch: Remove flavors from USE_PYTHON
pep517 implies flavors already.
Reported by: sunpoet
-rw-r--r-- | textproc/py-wcmatch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/py-wcmatch/Makefile b/textproc/py-wcmatch/Makefile index 32e722fb4cb0..96d6a36b2ab9 100644 --- a/textproc/py-wcmatch/Makefile +++ b/textproc/py-wcmatch/Makefile @@ -19,7 +19,7 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVO ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} USES= python:3.7+ -USE_PYTHON= autoplist flavors pep517 pytest +USE_PYTHON= autoplist pep517 pytest # Windows specific tests PYTEST_IGNORED_TESTS= test_escape_windows \ |