conan: fix pluginbase version requirement

This commit is contained in:
Pedro Pombeiro 2019-03-23 19:18:41 +01:00
parent 4446452347
commit ca2e283a28
No known key found for this signature in database
GPG Key ID: C4A24185B2AA48A1

View File

@ -63,6 +63,11 @@ in newPython.pkgs.buildPythonApplication rec {
mkdir -p "$HOME" mkdir -p "$HOME"
''; '';
postPatch = ''
substituteInPlace conans/requirements_server.txt \
--replace "pluginbase>=0.5, < 1.0" "pluginbase>=0.5"
'';
meta = with lib; { meta = with lib; {
homepage = https://conan.io; homepage = https://conan.io;
description = "Decentralized and portable C/C++ package manager"; description = "Decentralized and portable C/C++ package manager";