Skip to content

Commit c47284f

Browse files
committed
python3Packages.sigstore-models: unpin uv-build
simple uv-build constraint patch
1 parent b15c667 commit c47284f

File tree

1 file changed

+5
-0
lines changed
  • pkgs/development/python-modules/sigstore-models

1 file changed

+5
-0
lines changed

pkgs/development/python-modules/sigstore-models/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ buildPythonPackage (finalAttrs: {
2020
hash = "sha256-XuCTS5rADDaCVRZprgEtJVUdGWX3ORij7kXPn87y+m4=";
2121
};
2222

23+
postPatch = ''
24+
substituteInPlace pyproject.toml --replace-fail \
25+
"uv_build>=0.9.0,<0.10" "uv_build"
26+
'';
27+
2328
build-system = [ uv-build ];
2429

2530
dependencies = [

0 commit comments

Comments
 (0)