aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Li <vishwin@FreeBSD.org>2024-02-29 14:40:22 +0000
committerCharlie Li <vishwin@FreeBSD.org>2024-02-29 14:40:22 +0000
commite37109f1766e97f8aecf23417ef83167a43831ed (patch)
tree86fc7eb89b3f905123e9c6dec8a9682459b88a48
parent771f3b8334db90f87823ee456d3fe7e9af948011 (diff)
downloadports-e37109f1766e97f8aecf23417ef83167a43831ed.tar.gz
ports-e37109f1766e97f8aecf23417ef83167a43831ed.zip
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
-rw-r--r--math/py-matplotlib/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 88b607bbd3fa..38c6e7516c60 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -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} \