grpcio: use protobuf3_5

This commit is contained in:
Robin Gloster
2018-03-24 19:37:03 +01:00
parent 5adec8d6c1
commit c71bcb2744
6 changed files with 17 additions and 11 deletions
+6
View File
@@ -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 { };