From f5793578732a034b4b5835808394476957ee8204 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Mon, 2 Jul 2018 16:26:09 +0200 Subject: [PATCH] python.pkgs.google_cloud_speech: update propagatedBuildInputs --- .../python-modules/google_cloud_speech/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/google_cloud_speech/default.nix b/pkgs/development/python-modules/google_cloud_speech/default.nix index 56882c5269ad..8cf3fe5753ee 100644 --- a/pkgs/development/python-modules/google_cloud_speech/default.nix +++ b/pkgs/development/python-modules/google_cloud_speech/default.nix @@ -1,5 +1,5 @@ { stdenv, buildPythonPackage, fetchPypi -, setuptools, google_api_core, google_gax, google_cloud_core, pytest, mock }: +, google_api_core, pytest, mock }: buildPythonPackage rec { pname = "google-cloud-speech"; @@ -10,7 +10,7 @@ buildPythonPackage rec { sha256 = "8396646aa9de210bacb144fabd82ab5fe577b3b11708725c879b72c96009d631"; }; - propagatedBuildInputs = [ setuptools google_api_core google_gax google_cloud_core ]; + propagatedBuildInputs = [ google_api_core ]; checkInputs = [ pytest mock ]; # needs credentials