Unverified Commit f61da926 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python3Packages.dask-gateway: add setuptools as native build input
parents f8dbeeda b4f201f0
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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