devel/py-dill: explicitly add setuptools to BUILD_DEPENDS
PR: 270243
This commit is contained in:
parent
71734f3a81
commit
a93a043ee3
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@ WWW= https://dill.readthedocs.io/en/latest/
|
|||
LICENSE= BSD3CLAUSE
|
||||
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}
|
||||
|
||||
USES= python:3.7+
|
||||
USE_PYTHON= pep517 concurrent autoplist pytest # tests fail, see https://github.com/uqfoundation/dill/issues/578
|
||||
|
|
Loading…
Reference in a new issue