python37Packages.poetry: update stale substituteInPlace (#120876)
This commit is contained in:
parent
cba5ac76a2
commit
b3477d186b
|
@ -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"'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue