mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
krr: fix version name
This commit is contained in:
parent
97f8759acb
commit
272b8c9bfd
@ -18,7 +18,11 @@ python3.pkgs.buildPythonPackage rec {
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace robusta_krr/__init__.py \
|
||||
--replace-warn '1.7.0-dev' '${version}'
|
||||
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-warn '1.7.0-dev' '${version}' \
|
||||
--replace-fail 'aiostream = "^0.4.5"' 'aiostream = "*"' \
|
||||
--replace-fail 'kubernetes = "^26.1.0"' 'kubernetes = "*"' \
|
||||
--replace-fail 'pydantic = "1.10.7"' 'pydantic = "*"' \
|
||||
|
Loading…
Reference in New Issue
Block a user