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

This commit is contained in:
Yohann Boniface
2026-03-26 09:57:52 +00:00
committed by GitHub
@@ -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
];