about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-25 12:40:41 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-02-25 12:40:41 +0100
commitb5e64e88bbdce6af9330024e601672d65ce95e31 (patch)
treecdc6f4407cbaf54cccff83c85abf4c8641b3dfee /pkgs/top-level
parent7d0ed7f2e5aea07ab22ccb338d27fbe347ed2f11 (diff)
python311Packages.google-apitools: remove
Module is deprecated and unsupported by upstream. The replacement is
Google Cloud Client Library (https://github.com/googleapis/google-cloud-python)
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-aliases.nix1
-rw-r--r--pkgs/top-level/python-packages.nix2
2 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index a8d444a0ed045..ff9a5ed3b1ad0 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -98,6 +98,7 @@ mapAliases ({
   glances = throw "glances has moved to pkgs.glances"; # added 2020-20-28
   google_api_python_client = google-api-python-client; # added 2021-03-19
   googleapis_common_protos = googleapis-common-protos; # added 2021-03-19
+  google-apitools = throw "google-apitools was removed because it is deprecated and unsupported by upstream"; # added 2023-02-25
   graphite_api = throw "graphite_api was removed, because it is no longer maintained"; # added 2022-07-10
   graphite_beacon = throw "graphite_beacon was removed, because it is no longer maintained"; # added 2022-07-09
   grpc_google_iam_v1 = grpc-google-iam-v1; # added 2021-08-21
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index b0482f8224984..a315c85a47216 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -3906,8 +3906,6 @@ self: super: with self; {
 
   google-api-python-client = callPackage ../development/python-modules/google-api-python-client { };
 
-  google-apitools = callPackage ../development/python-modules/google-apitools { };
-
   googleapis-common-protos = callPackage ../development/python-modules/googleapis-common-protos { };
 
   google-auth = callPackage ../development/python-modules/google-auth { };