Unverified Commit 8ee38226 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.numpy-typing-compat: fix build (#500986)

parents b87ccef3 fa2f1c52
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -17,6 +17,10 @@ buildPythonPackage rec {
    hash = "sha256-WYgtI6r/BUolNtqAVkASzc4zSHZXvk15xZJbuHBfyrw=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml --replace-fail "uv_build>=0.9,<0.10" "uv_build>=0.9,<=0.10"
  '';

  build-system = [
    uv-build
  ];