Unverified Commit 76bd4f13 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.dask-gateway-server: fix build (#503699)

parents 73147249 dcedb849
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  fetchFromGitHub,
  go,
  pykerberos,
  hatchling,
  skein,
  sqlalchemy,
  traitlets,
@@ -15,7 +16,7 @@
buildPythonPackage rec {
  pname = "dask-gateway-server";
  version = "2025.4.0";
  format = "setuptools";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "dask";
@@ -28,7 +29,9 @@ buildPythonPackage rec {

  nativeBuildInputs = [ go ];

  propagatedBuildInputs = [
  build-system = [ hatchling ];

  dependencies = [
    aiohttp
    colorlog
    cryptography