python3Packages.grpcio-tools: relax protobuf constraint

This commit is contained in:
Martin Weinelt
2022-09-28 18:14:29 +02:00
parent 7e40546eb6
commit ccce3fcb58
@@ -9,6 +9,11 @@ buildPythonPackage rec {
sha256 = "1178f2ea531f80cc2027ec64728df6ffc8e98cf1df61652a496eafd612127183";
};
postPatch = ''
substituteInPlace setup.py \
--replace 'protobuf>=3.12.0, < 4.0dev' 'protobuf'
'';
outputs = [ "out" "dev" ];
enableParallelBuilding = true;