Merge pull request #199022 from cpcloud/fix-dask-gateway
python3Packages.dask-gateway: add setuptools as native build input
This commit is contained in:
commit
f61da926f5
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
||||||
, aiohttp
|
, aiohttp
|
||||||
, dask
|
, dask
|
||||||
, distributed
|
, distributed
|
||||||
|
, setuptools
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -21,6 +22,8 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
sourceRoot = "source/dask-gateway";
|
sourceRoot = "source/dask-gateway";
|
||||||
|
|
||||||
|
nativeBuildInputs = [ setuptools ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
aiohttp
|
aiohttp
|
||||||
dask
|
dask
|
||||||
|
|
Loading…
Reference in a new issue