grpcio: use protobuf3_5

This commit is contained in:
Robin Gloster
2018-03-24 19:36:06 +01:00
parent 5adec8d6c1
commit c71bcb2744
6 changed files with 17 additions and 11 deletions

View File

@@ -13,9 +13,8 @@ buildPythonPackage rec {
propagatedBuildInputs = [ setuptools google_api_core google_gax google_cloud_core ];
checkInputs = [ pytest mock ];
checkPhase = ''
py.test
'';
# needs credentials
doCheck = false;
meta = with stdenv.lib; {
description = "Cloud Speech API enables integration of Google speech recognition into applications.";