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:
@@ -88,8 +88,6 @@ in newPython.pkgs.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace conans/requirements_server.txt \
|
|
||||||
--replace "pluginbase>=0.5, < 1.0" "pluginbase>=0.5"
|
|
||||||
substituteInPlace conans/requirements.txt \
|
substituteInPlace conans/requirements.txt \
|
||||||
--replace "PyYAML>=3.11, <3.14.0" "PyYAML"
|
--replace "PyYAML>=3.11, <3.14.0" "PyYAML"
|
||||||
'';
|
'';
|
||||||
|
|||||||
Reference in New Issue
Block a user