Merge pull request #57408 from Infinisil/fix/poetry

pythonPackages.poetry: Fix build
This commit is contained in:
Jörg Thalheim 2019-03-11 16:54:27 +00:00 committed by GitHub
commit 88c3183581
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,9 @@ in buildPythonPackage rec {
};
postPatch = ''
substituteInPlace pyproject.toml --replace "3.0a3" "3.0.0a3"
substituteInPlace setup.py --replace "3.0a3" "3.0.0a3"
substituteInPlace setup.py --replace \
"requests-toolbelt>=0.8.0,<0.9.0" \
"requests-toolbelt>=0.8.0,<0.10.0"
'';
propagatedBuildInputs = [