python39Packages.google-cloud-speech: add setuptools

This commit is contained in:
milahu 2022-02-28 09:11:47 +01:00 committed by Sandro Jäckel
parent 5386faf8b3
commit d74b21a294
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -8,6 +8,7 @@
, pytestCheckHook , pytestCheckHook
, pytest-asyncio , pytest-asyncio
, pythonOlder , pythonOlder
, setuptools
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -26,6 +27,7 @@ buildPythonPackage rec {
libcst libcst
google-api-core google-api-core
proto-plus proto-plus
setuptools
]; ];
checkInputs = [ checkInputs = [