summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-05-12 11:00:04 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-05-18 14:37:08 +0100
commit214e6f0545e7793111f06cb1569aacba650b4db5 (patch)
treec35a0272adc46001215e8da67f4fd384c1a65382
parent580ec7253b6e5867d181b7c695fef1a8bcdbc718 (diff)
gnu: python-matplotlib-documentation: Fix build on Python@3.12.
* gnu/packages/python-xyz.scm (python-matplotlib-documentation): [native-inputs]: Add python-setuptools. Change-Id: I747881482c5a6fc65b6e2914b2823f687986e31e
-rw-r--r--gnu/packages/python-xyz.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b609ff32d3..67e52bbbb9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12802,6 +12802,7 @@ toolkits.")
python-numpydoc
python-pyyaml
python-scipy
+ python-setuptools
;; XXX: investigate how to build using a newer version of sphinx.
python-sphinx-6
python-sphinx-copybutton