mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 10:31:36 +00:00
conan: enable pythonPackages.six > 1.14.0
This commit is contained in:
parent
537fd14cb9
commit
ea5a79c4a3
|
@ -91,7 +91,8 @@ in newPython.pkgs.buildPythonApplication rec {
|
|||
postPatch = ''
|
||||
substituteInPlace conans/requirements.txt \
|
||||
--replace "PyYAML>=3.11, <3.14.0" "PyYAML" \
|
||||
--replace "deprecation>=2.0, <2.1" "deprecation"
|
||||
--replace "deprecation>=2.0, <2.1" "deprecation" \
|
||||
--replace "six>=1.10.0,<=1.14.0" "six"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in a new issue