mirror of
https://git.freebsd.org/ports.git
synced 2025-05-12 23:31:50 -04:00
devel/py-build: restore USE_PYTHON=allflavors but limit to 3.8+
On Python 3.7, the importlib-metadata dependency tree is not yet allflavors-safe. For the time being, the PEP-517 build frontend role on that Python version is filled by gpep517. With hat: python
This commit is contained in:
parent
33333715d1
commit
bd7a4e938a
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=19.0:devel/py-packaging@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}pyproject_hooks>=0:devel/py-pyproject_hooks@${PY_FLAVOR}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent pep517
|
||||
USES= python:3.8+
|
||||
USE_PYTHON= allflavors autoplist concurrent pep517
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue