summary refs log tree commit diff
path: root/pkgs/development/python-modules/google_gax
diff options
context:
space:
mode:
authorRobert Schütz <robert.schuetz@stud.uni-heidelberg.de>2018-04-08 00:04:44 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-04-08 11:36:07 +0200
commit35b38b021b47064e973c948b5377753a57150cf2 (patch)
tree4dda7475e2f337ed2209b76a6cfbb05c1898c553 /pkgs/development/python-modules/google_gax
parentb1c6c0af87f6a32a33e017290938d89fa75bf53f (diff)
downloadnixlib-35b38b021b47064e973c948b5377753a57150cf2.tar
nixlib-35b38b021b47064e973c948b5377753a57150cf2.tar.gz
nixlib-35b38b021b47064e973c948b5377753a57150cf2.tar.bz2
nixlib-35b38b021b47064e973c948b5377753a57150cf2.tar.lz
nixlib-35b38b021b47064e973c948b5377753a57150cf2.tar.xz
nixlib-35b38b021b47064e973c948b5377753a57150cf2.tar.zst
nixlib-35b38b021b47064e973c948b5377753a57150cf2.zip
python.pkgs.protobuf: use 3.5 by default
Diffstat (limited to 'pkgs/development/python-modules/google_gax')
-rw-r--r--pkgs/development/python-modules/google_gax/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/google_gax/default.nix b/pkgs/development/python-modules/google_gax/default.nix
index 7de42bf8ec8c..daabba6c390a 100644
--- a/pkgs/development/python-modules/google_gax/default.nix
+++ b/pkgs/development/python-modules/google_gax/default.nix
@@ -1,5 +1,5 @@
 { stdenv, buildPythonPackage, fetchPypi
-, google_auth, ply, protobuf3_5, grpcio, requests
+, google_auth, ply, protobuf, grpcio, requests
 , googleapis_common_protos, dill, future, pytest, mock, unittest2 }:
 
 buildPythonPackage rec {
@@ -11,7 +11,7 @@ buildPythonPackage rec {
     sha256 = "1d844c56f942d98f12a1b0ecabe8a17d69bef41ff513edd97253bcde02ffd929";
   };
 
-  propagatedBuildInputs = [ google_auth ply protobuf3_5 grpcio requests googleapis_common_protos dill future ];
+  propagatedBuildInputs = [ google_auth ply protobuf grpcio requests googleapis_common_protos dill future ];
   checkInputs = [ pytest mock unittest2 ];
 
   # Importing test__grpc_google_auth fails with "ModuleNotFoundError: No module named 'google_auth_httplib2'", where