pythonPackages.poetry: Fix build
This commit is contained in:
parent
0f8d1129b1
commit
b8ff7bc092
@ -43,7 +43,8 @@ in buildPythonPackage rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.py --replace \
|
substituteInPlace setup.py --replace \
|
||||||
"requests-toolbelt>=0.8.0,<0.9.0" \
|
"requests-toolbelt>=0.8.0,<0.9.0" \
|
||||||
"requests-toolbelt>=0.8.0,<0.10.0"
|
"requests-toolbelt>=0.8.0,<0.10.0" \
|
||||||
|
--replace 'pyrsistent>=0.14.2,<0.15.0' 'pyrsistent>=0.14.2,<0.16.0'
|
||||||
'';
|
'';
|
||||||
|
|
||||||
format = "pyproject";
|
format = "pyproject";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user