nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

pythonPackages.poetry: Fix build

(cherry picked from commit bfac72b276ef87acea54afd55fdde1b17fe99d7d)

authored by

Silvan Mosberger and committed by
Jörg Thalheim
fc40f613 5f3be9bc

+3 -2
+3 -2
pkgs/development/python-modules/poetry/default.nix
··· 40 40 }; 41 41 42 42 postPatch = '' 43 - substituteInPlace pyproject.toml --replace "3.0a3" "3.0.0a3" 44 - substituteInPlace setup.py --replace "3.0a3" "3.0.0a3" 43 + substituteInPlace setup.py --replace \ 44 + "requests-toolbelt>=0.8.0,<0.9.0" \ 45 + "requests-toolbelt>=0.8.0,<0.10.0" 45 46 ''; 46 47 47 48 propagatedBuildInputs = [