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 = [