Unverified Commit 98b7ba06 authored by Sizhe Zhao's avatar Sizhe Zhao
Browse files

python3Packages.githubkit: fix build with uv_build 0.9.0

parent e4ed1873
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
  anyio,
  buildPythonPackage,
  fetchFromGitHub,
  fetchpatch2,
  hishel,
  httpx,
  pydantic,
@@ -26,6 +27,14 @@ buildPythonPackage rec {
    hash = "sha256-4THc5BNQGSrpf3Y3OoFisywEdKp8ZgNjle4yvVLUy1A=";
  };

  patches = [
    (fetchpatch2 {
      name = "uv-build.patch";
      url = "https://github.com/yanyongyu/githubkit/commit/2817664d904541242d4cedf7aae85cd4c4b606e2.patch?full_index=1";
      hash = "sha256-mmtjlebHZpHX457frSOe88tsUo7iNdSIUynGZjcjuw4=";
    })
  ];

  pythonRelaxDeps = [ "hishel" ];

  build-system = [ uv-build ];