conan: unbreak with deprecation>=2.1
This commit is contained in:
parent
b87b654bdf
commit
cae48ccad3
@ -90,7 +90,8 @@ in newPython.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace conans/requirements.txt \
|
substituteInPlace conans/requirements.txt \
|
||||||
--replace "PyYAML>=3.11, <3.14.0" "PyYAML"
|
--replace "PyYAML>=3.11, <3.14.0" "PyYAML" \
|
||||||
|
--replace "deprecation>=2.0, <2.1" "deprecation"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user