Merge pull request #58182 from status-im/fix-conan

conan: fix pluginbase version requirement
This commit is contained in:
Matthew Bauer 2019-05-31 21:50:19 -04:00 committed by GitHub
commit 8c131d6930
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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