conan: Remove unnecessary patching.
The pluginbase dependency is now pinned further up with commit
244fcfc8
- conan: pin pluginbase to 0.7
This commit is contained in:
parent
3a158da8e8
commit
03d5611ae0
1 changed files with 0 additions and 2 deletions
|
@ -88,8 +88,6 @@ in newPython.pkgs.buildPythonApplication rec {
|
|||
'';
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace conans/requirements_server.txt \
|
||||
--replace "pluginbase>=0.5, < 1.0" "pluginbase>=0.5"
|
||||
substituteInPlace conans/requirements.txt \
|
||||
--replace "PyYAML>=3.11, <3.14.0" "PyYAML"
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue