python3Packages.tiler: add setuptools to nativeBuildInputs
This commit is contained in:
parent
5fe10e573a
commit
fc40704701
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, setuptools
|
||||
, numpy
|
||||
, tqdm
|
||||
, pytestCheckHook
|
||||
@ -16,6 +17,10 @@ buildPythonPackage rec {
|
||||
sha256 = "sha256-2HWO/iJ9RCWNVmw2slu9F/+Mchk3evB5/F8EfbuMI/Y=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
numpy
|
||||
tqdm
|
||||
|
Loading…
Reference in New Issue
Block a user