mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-07 23:04:00 +01:00
jj-pre-push: relax uv_build
This commit is contained in:
parent
6424756416
commit
a4eee8f7f0
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue