Loading pkgs/development/python-modules/pytest-describe/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ buildPythonPackage { hash = "sha256-ygrZwd1cO9arekdzqn5Axjz4i9Q0QKFA/OS6QSIvP9Y="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "uv_build>=0.9.4,<0.10.0" uv_build ''; build-system = [ uv-build ]; buildInputs = [ pytest ]; Loading Loading
pkgs/development/python-modules/pytest-describe/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,11 @@ buildPythonPackage { hash = "sha256-ygrZwd1cO9arekdzqn5Axjz4i9Q0QKFA/OS6QSIvP9Y="; }; postPatch = '' substituteInPlace pyproject.toml \ --replace-fail "uv_build>=0.9.4,<0.10.0" uv_build ''; build-system = [ uv-build ]; buildInputs = [ pytest ]; Loading