mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 18:33:00 +00:00
python312Packages.google-cloud-texttospeech: 2.16.4 -> 2.17.2
Changelog: https://github.com/googleapis/google-cloud-python/blob/google-cloud-texttospeech-v2.17.2/packages/google-cloud-texttospeech/CHANGELOG.md
This commit is contained in:
parent
35ff1783b7
commit
266f293ca5
@ -14,19 +14,20 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-texttospeech";
|
||||
version = "2.16.4";
|
||||
version = "2.17.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-B7fioSbikhnSAk3WnkDLMf8IBb2uSVfcukUsatSGJAU=";
|
||||
pname = "google_cloud_texttospeech";
|
||||
inherit version;
|
||||
hash = "sha256-hRzD46MqUA/edzeEBh6c6l6ZYKxXaIOid19w1hNZhQo=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ setuptools ];
|
||||
build-system = [ setuptools ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
google-api-core
|
||||
proto-plus
|
||||
protobuf
|
||||
@ -39,7 +40,7 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
disabledTests = [
|
||||
# Disable tests that require credentials
|
||||
# Tests that require credentials
|
||||
"test_list_voices"
|
||||
"test_synthesize_speech"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user