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:
Niklas Hambüchen 2020-03-22 16:03:44 +01:00
parent 3a158da8e8
commit 03d5611ae0

View file

@ -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"
'';