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
|
||||
, dask
|
||||
, distributed
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -21,6 +22,8 @@ buildPythonPackage rec {
|
|||
|
||||
sourceRoot = "source/dask-gateway";
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
aiohttp
|
||||
dask
|
||||
|
|
Loading…
Reference in a new issue