diff options
Diffstat (limited to 'devel/py-build/Makefile')
-rw-r--r-- | devel/py-build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-build/Makefile b/devel/py-build/Makefile index e9fd5ae1df0f..7c94c77f1c9b 100644 --- a/devel/py-build/Makefile +++ b/devel/py-build/Makefile @@ -15,7 +15,7 @@ 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:3.8+ +USES= python USE_PYTHON= allflavors autoplist concurrent pep517 NO_ARCH= yes |