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:
@@ -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
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user