python3Packages.clnrest: use --replace-fail
This commit is contained in:
parent
dc8f969eea
commit
b78116b0da
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ let
|
|||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace 'gevent = "^23.9.0.post1"' 'gevent = "24.2.1"' \
|
||||
--replace 'flask = "^2.3.3"' 'flask = "3.0.3"'
|
||||
--replace-fail 'gevent = "^23.9.0.post1"' 'gevent = "24.2.1"' \
|
||||
--replace-fail 'flask = "^2.3.3"' 'flask = "3.0.3"'
|
||||
|
||||
# Add extra required src files that are missing in pyproject.toml
|
||||
sed -i '/authors/a include = [ { path = "utilities", format = ["sdist", "wheel"] } ]' pyproject.toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue