Skip to content

Commit

Permalink
devel/py-build: restore USE_PYTHON=allflavors but limit to 3.8+
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vishwin committed Mar 27, 2023
1 parent 3333371 commit bd7a4e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devel/py-build/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bd7a4e9

Please sign in to comment.