summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-02-03 00:09:27 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-02-03 02:17:17 +0100
commit5b8e263c9034522effe49a0eb4efbedd96e8815d (patch)
tree682439199ffa198d7a362f5f687adabf06e78c9d /pkgs/top-level/python-aliases.nix
parent225fd5c892a21ef1d75979aee4c41cd10abb3c8b (diff)
downloadnixpkgs-5b8e263c9034522effe49a0eb4efbedd96e8815d.tar
nixpkgs-5b8e263c9034522effe49a0eb4efbedd96e8815d.tar.gz
nixpkgs-5b8e263c9034522effe49a0eb4efbedd96e8815d.tar.bz2
nixpkgs-5b8e263c9034522effe49a0eb4efbedd96e8815d.tar.lz
nixpkgs-5b8e263c9034522effe49a0eb4efbedd96e8815d.tar.xz
nixpkgs-5b8e263c9034522effe49a0eb4efbedd96e8815d.tar.zst
nixpkgs-5b8e263c9034522effe49a0eb4efbedd96e8815d.zip
python3Packages.eebrightbox: drop
The package is unmaintained upstream and was introduced because it was a
dependency in home-assistant. That is no longer the case.
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 a221e083fa3..c8519b58d58 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -52,6 +52,7 @@ mapAliases ({
   dns = dnspython; # added 2017-12-10
   dogpile_cache = dogpile-cache; # added 2021-10-28
   dogpile-core = throw "dogpile-core is no longer maintained, use dogpile-cache instead"; # added 2021-11-20
+  eebrightbox = throw "eebrightbox is unmaintained upstream and has therefore been removed"; # added 2022-02-03
   faulthandler = throw "faulthandler is built into ${python.executable}"; # added 2021-07-12
   gitdb2 = throw "gitdb2 has been deprecated, use gitdb instead."; # added 2020-03-14
   glances = throw "glances has moved to pkgs.glances"; # added 2020-20-28