jj-pre-push: relax uv_build

This commit is contained in:
Fabian Affolter 2026-03-07 17:37:11 +01:00
parent 6424756416
commit a4eee8f7f0

View file

@ -24,11 +24,11 @@ python3Packages.buildPythonApplication rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "typer-slim" "typer"
substituteInPlace pyproject.toml \
--replace-fail "uv_build>=0.8.2,<0.10.0" "uv_build"
'';
build-system = [
python3Packages.uv-build
];
build-system = with python3Packages; [ uv-build ];
dependencies =
with python3Packages;