about 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-01-18 15:07:05 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:38 +0100
commit26053aa922d8343f12e5653824791fcc6b6f1b92 (patch)
tree956e0a6dab9370e452e84bf43c9c60dd5008d44d /pkgs/top-level/python-aliases.nix
parent599845e6c6b1f12569b20b9ab0b9a79a5671940d (diff)
downloadnixlib-26053aa922d8343f12e5653824791fcc6b6f1b92.tar
nixlib-26053aa922d8343f12e5653824791fcc6b6f1b92.tar.gz
nixlib-26053aa922d8343f12e5653824791fcc6b6f1b92.tar.bz2
nixlib-26053aa922d8343f12e5653824791fcc6b6f1b92.tar.lz
nixlib-26053aa922d8343f12e5653824791fcc6b6f1b92.tar.xz
nixlib-26053aa922d8343f12e5653824791fcc6b6f1b92.tar.zst
nixlib-26053aa922d8343f12e5653824791fcc6b6f1b92.zip
python3Packages.anyjson: drop
Broke during the setuptools upgrade when use_2to3 was removed.
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 e8416f911097..9fd7a901bcc1 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -33,6 +33,7 @@ in
   ### Deprecated aliases - for backward compatibility
 
 mapAliases ({
+  anyjson = throw "anyjson has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
   blockdiagcontrib-cisco = throw "blockdiagcontrib-cisco is not compatible with blockdiag 2.0.0 and has been removed."; # added 2020-11-29
   bt_proximity = bt-proximity; # added 2021-07-02
   bugseverywhere = throw "bugseverywhere has been removed: Abandoned by upstream."; # added 2019-11-27