Merge pull request #199022 from cpcloud/fix-dask-gateway

python3Packages.dask-gateway: add setuptools as native build input
This commit is contained in:
Fabian Affolter 2022-11-02 08:27:15 +01:00 committed by GitHub
commit f61da926f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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