python311Packages.google-cloud-texttospeech: refactor

This commit is contained in:
Fabian Affolter 2024-02-23 12:04:04 +01:00
parent 1b581bc82f
commit 45a18a395c

View file

@ -8,12 +8,13 @@
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
pname = "google-cloud-texttospeech";
version = "2.16.2";
format = "setuptools";
pyproject = true;
disabled = pythonOlder "3.8";
@ -22,6 +23,10 @@ buildPythonPackage rec {
hash = "sha256-6qyAnZp9B8XJ61hhORZULLL6UsFPnzHaf/SYn3F/jgw=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
google-api-core
proto-plus