mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
python37Packages.poetry: update stale substituteInPlace (#120876)
This commit is contained in:
parent
cba5ac76a2
commit
b3477d186b
@ -38,7 +38,7 @@ buildPythonPackage rec {
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--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"'
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user