mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
python312Packages.google-cloud-monitoring: 2.22.1 -> 2.22.2 (#339490)
This commit is contained in:
commit
dbfc5cc7c5
1 changed files with 6 additions and 5 deletions
|
@ -16,14 +16,15 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-cloud-monitoring";
|
||||
version = "2.22.1";
|
||||
version = "2.22.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-2xexWvjUfaDPj7DjZfqvvNEfmqYngc4EjCmYiAiz3H0=";
|
||||
pname = "google_cloud_monitoring";
|
||||
inherit version;
|
||||
hash = "sha256-n8ItrEjRTdHH+4PuSlT3pXv5hS7mtcncqeO7CTsEx+4=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
@ -34,7 +35,7 @@ buildPythonPackage rec {
|
|||
protobuf
|
||||
] ++ google-api-core.optional-dependencies.grpc;
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
optional-dependencies = {
|
||||
pandas = [ pandas ];
|
||||
};
|
||||
|
||||
|
@ -43,7 +44,7 @@ buildPythonPackage rec {
|
|||
mock
|
||||
pytestCheckHook
|
||||
pytest-asyncio
|
||||
] ++ passthru.optional-dependencies.pandas;
|
||||
] ++ optional-dependencies.pandas;
|
||||
|
||||
disabledTests = [
|
||||
# Test requires credentials
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue