python3Packages.meshio: add setuptools to nativeBuildInputs
This commit is contained in:
committed by
Sandro Jäckel
parent
a741608ac9
commit
9a367d1633
@@ -7,6 +7,7 @@
|
||||
, exdown
|
||||
, pytestCheckHook
|
||||
, rich
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -19,6 +20,10 @@ buildPythonPackage rec {
|
||||
sha256 = "sha256-4kBpLX/yecErE8bl17QDYpqGrStE6SMJWLPwDB7DafA=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
numpy
|
||||
netcdf4
|
||||
|
||||
Reference in New Issue
Block a user