python3Packages.grpcio-tools: relax protobuf constraint

+5
+5
pkgs/development/python-modules/grpcio-tools/default.nix
··· 9 sha256 = "1178f2ea531f80cc2027ec64728df6ffc8e98cf1df61652a496eafd612127183"; 10 }; 11 12 outputs = [ "out" "dev" ]; 13 14 enableParallelBuilding = true;
··· 9 sha256 = "1178f2ea531f80cc2027ec64728df6ffc8e98cf1df61652a496eafd612127183"; 10 }; 11 12 + postPatch = '' 13 + substituteInPlace setup.py \ 14 + --replace 'protobuf>=3.12.0, < 4.0dev' 'protobuf' 15 + ''; 16 + 17 outputs = [ "out" "dev" ]; 18 19 enableParallelBuilding = true;