python37Packages.poetry: update stale substituteInPlace (#120876)
This commit is contained in:
@@ -38,7 +38,7 @@ buildPythonPackage rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace pyproject.toml \
|
substituteInPlace pyproject.toml \
|
||||||
--replace 'importlib-metadata = {version = "^1.6.0", python = "<3.8"}' \
|
--replace 'importlib-metadata = {version = "^1.6.0", python = "<3.8"}' \
|
||||||
'importlib-metadata = {version = ">=1.6,<2", python = "<3.8"}' \
|
'importlib-metadata = {version = ">=1.6", python = "<3.8"}' \
|
||||||
--replace 'version = "^21.2.0"' 'version = ">=21.2"'
|
--replace 'version = "^21.2.0"' 'version = ">=21.2"'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user