Unverified Commit e8d628e3 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

python3Packages.dask-gateway: fix build (#501429)

parents 2ea75638 9e8d8485
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  aiohttp,
  dask,
  distributed,
  setuptools,
  hatchling,
}:

buildPythonPackage rec {
@@ -23,9 +23,9 @@ buildPythonPackage rec {

  sourceRoot = "${src.name}/dask-gateway";

  nativeBuildInputs = [ setuptools ];
  build-system = [ hatchling ];

  propagatedBuildInputs = [
  dependencies = [
    aiohttp
    dask
    distributed