Merge pull request #57408 from Infinisil/fix/poetry
pythonPackages.poetry: Fix build
This commit is contained in:
commit
88c3183581
|
@ -40,8 +40,9 @@ in buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace pyproject.toml --replace "3.0a3" "3.0.0a3"
|
substituteInPlace setup.py --replace \
|
||||||
substituteInPlace setup.py --replace "3.0a3" "3.0.0a3"
|
"requests-toolbelt>=0.8.0,<0.9.0" \
|
||||||
|
"requests-toolbelt>=0.8.0,<0.10.0"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
|
|
Loading…
Reference in New Issue