python310Packages.google-cloud-speech: adjust inputs

This commit is contained in:
Fabian Affolter 2022-12-28 16:23:00 +01:00
parent 31671cf3a5
commit 2173e7d1ac

View file

@ -2,11 +2,11 @@
, buildPythonPackage
, fetchPypi
, google-api-core
, libcst
, mock
, proto-plus
, pytestCheckHook
, protobuf
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
@ -24,16 +24,16 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
libcst
google-api-core
proto-plus
protobuf
setuptools
];
] ++ google-api-core.optional-dependencies.grpc;
checkInputs = [
mock
pytestCheckHook
pytest-asyncio
pytestCheckHook
];
disabledTestPaths = [