math/py-matplotlib: add ${PY_SETUPTOOLS} to BUILD_DEPENDS

No PEP-517 build backend was specified, so add the correct one
(setuptools). Build only succeeds because setuptools is brought in
by other dependencies transiently, which will fail after the linked
PR is committed.

With hat: python
PR: 270510
This commit is contained in:
Charlie Li 2024-02-29 09:40:22 -05:00
parent 771f3b8334
commit e37109f176
No known key found for this signature in database
GPG Key ID: 678F936058415CCA
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ WWW= https://matplotlib.org/
LICENSE= PSFL
BUILD_DEPENDS= ${PYNUMPY} \
${PY_SETUPTOOLS} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}setuptools-scm>0:devel/py-setuptools-scm@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pillow>=6.2:graphics/py-pillow@${PY_FLAVOR} \