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

This commit is contained in:
Pol Dellaiera
2026-03-23 07:46:17 +00:00
committed by GitHub
@@ -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