about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-06-02 02:09:31 +0200
committerGitHub <noreply@github.com>2022-06-02 02:09:31 +0200
commite6123938cafa5f5a368090c68d9012adb980da5f (patch)
tree7a885cc1dc40aacd3bf5e6201c186b8987077665 /pkgs/top-level/python-aliases.nix
parent557a8b8364d12b3cb47f85b46396abb5cdd9454a (diff)
python310Packages.pydrive: drop (#175755)
* python310Packages.pydrive: drop

* Update pkgs/top-level/python-aliases.nix

Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>

Co-authored-by: Christoph Neidahl <christoph.neidahl@gmail.com>
Diffstat (limited to 'pkgs/top-level/python-aliases.nix')
-rw-r--r--pkgs/top-level/python-aliases.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/python-aliases.nix b/pkgs/top-level/python-aliases.nix
index aad69e893e9c0..2a17eb067b888 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -108,6 +108,7 @@ mapAliases ({
   prometheus_client = prometheus-client; # added 2021-06-10
   prompt_toolkit = prompt-toolkit; # added 2021-07-22
   pur = throw "pur has been renamed to pkgs.pur"; # added 2021-11-08
+  pydrive = throw "pydrive is broken and deprecated and has been replaced with pydrive2."; # added 2022-06-01
   pyGtkGlade = throw "Glade support for pygtk has been removed"; # added 2022-01-15
   pycallgraph = throw "pycallgraph has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
   pylibgen = throw "pylibgen is unmaintained upstreamed, and removed from nixpkgs"; # added 2020-06-20