grpcio: use protobuf3_5
This commit is contained in:
@@ -12151,6 +12151,12 @@ in {
|
||||
protobuf = pkgs.protobuf3_1;
|
||||
};
|
||||
|
||||
protobuf3_5 = callPackage ../development/python-modules/protobuf {
|
||||
disabled = isPyPy;
|
||||
doCheck = !isPy3k;
|
||||
protobuf = pkgs.protobuf3_5;
|
||||
};
|
||||
|
||||
psd-tools = callPackage ../development/python-modules/psd-tools { };
|
||||
|
||||
psutil = callPackage ../development/python-modules/psutil { };
|
||||
|
||||
Reference in New Issue
Block a user