python3Packages.clnrest: use --replace-fail
This commit is contained in:
@@ -26,8 +26,8 @@ let
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace 'gevent = "^23.9.0.post1"' 'gevent = "24.2.1"' \
|
--replace-fail 'gevent = "^23.9.0.post1"' 'gevent = "24.2.1"' \
|
||||||
--replace 'flask = "^2.3.3"' 'flask = "3.0.3"'
|
--replace-fail 'flask = "^2.3.3"' 'flask = "3.0.3"'
|
||||||
|
|
||||||
# Add extra required src files that are missing in pyproject.toml
|
# Add extra required src files that are missing in pyproject.toml
|
||||||
sed -i '/authors/a include = [ { path = "utilities", format = ["sdist", "wheel"] } ]' pyproject.toml
|
sed -i '/authors/a include = [ { path = "utilities", format = ["sdist", "wheel"] } ]' pyproject.toml
|
||||||
|
|||||||
Reference in New Issue
Block a user