Skip to content

Commit

Permalink
devel/py-cerberus: explicitly add setuptools to BUILD_DEPENDS
Browse files Browse the repository at this point in the history
PR: 270243
  • Loading branch information
vishwin committed Mar 29, 2023
1 parent 3fe6aa7 commit 40d5f4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devel/py-cerberus/Makefile
Expand Up @@ -12,7 +12,8 @@ WWW= https://github.com/pyeve/cerberus
LICENSE= ISCL
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}
BUILD_DEPENDS= ${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR}

NO_ARCH= yes
USES= python:3.6+
Expand Down

0 comments on commit 40d5f4a

Please sign in to comment.