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
, pytest-asyncio
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
@ -26,6 +27,7 @@ buildPythonPackage rec {
libcst
google-api-core
proto-plus
setuptools
];
checkInputs = [