From d74b21a29403e8ab85b1c1f118bb290317ba9bf2 Mon Sep 17 00:00:00 2001 From: milahu Date: Mon, 28 Feb 2022 09:11:47 +0100 Subject: [PATCH] python39Packages.google-cloud-speech: add setuptools --- pkgs/development/python-modules/google-cloud-speech/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/google-cloud-speech/default.nix b/pkgs/development/python-modules/google-cloud-speech/default.nix index e461b4cdcb5..72e9f672047 100644 --- a/pkgs/development/python-modules/google-cloud-speech/default.nix +++ b/pkgs/development/python-modules/google-cloud-speech/default.nix @@ -8,6 +8,7 @@ , pytestCheckHook , pytest-asyncio , pythonOlder +, setuptools }: buildPythonPackage rec { @@ -26,6 +27,7 @@ buildPythonPackage rec { libcst google-api-core proto-plus + setuptools ]; checkInputs = [