pythonPackages.poetry: Fix build

This commit is contained in:
adisbladis 2019-09-26 17:17:08 +01:00
parent 0f8d1129b1
commit b8ff7bc092
No known key found for this signature in database
GPG key ID: 110BFAD44C6249B7

View file

@ -43,7 +43,8 @@ in buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py --replace \
"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";