python310Packages.matplotlib: add setuptools to nativeBuildInputs

it is propagated by setuptools-scm but that is maybe changing in the
future
This commit is contained in:
Sandro Jäckel
2023-06-27 11:29:17 +02:00
parent 29fb2e5f76
commit 169f3a1bbd
@@ -9,6 +9,7 @@
# build-system
, pkg-config
, pybind11
, setuptools
, setuptools-scm
# native libraries
@@ -115,6 +116,7 @@ buildPythonPackage rec {
nativeBuildInputs = [
pkg-config
pybind11
setuptools
setuptools-scm
numpy
];