git: b2ca770f30c2 - main - textproc/py-wcmatch: Remove flavors from USE_PYTHON

From: Matthew Seaman <matthew_at_FreeBSD.org>
Date: Mon, 27 Mar 2023 16:02:40 UTC
The branch main has been updated by matthew:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b2ca770f30c289eee3a616c9d1bbca7416bb4b5c

commit b2ca770f30c289eee3a616c9d1bbca7416bb4b5c
Author:     Matthew Seaman <matthew@FreeBSD.org>
AuthorDate: 2023-03-27 16:01:31 +0000
Commit:     Matthew Seaman <matthew@FreeBSD.org>
CommitDate: 2023-03-27 16:02:35 +0000

    textproc/py-wcmatch: Remove flavors from USE_PYTHON
    
    pep517 implies flavors already.
    
    Reported by:    sunpoet
---
 textproc/py-wcmatch/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 \