about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-27 14:20:05 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-02-27 14:20:05 +0100
commitd63e95274a156b1cfabd220b9f1557f72e213628 (patch)
tree235f2642a3c0a751d78c9e41ce67104073811a2a /pkgs/top-level/python-aliases.nix
parent736c2dfa3eb0ae2a815851ca5c4292ca30cc6b73 (diff)
python310Packages.suds-jurko: remove
- still uses use_2to3
- unmaintained for a while
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 ce9c2b3916ed0..619861bc96ed7 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -233,6 +233,7 @@ mapAliases ({
   sphinxcontrib_plantuml = sphinxcontrib-plantuml; # added 2021-08-02
   sqlalchemy_migrate = sqlalchemy-migrate; # added 2021-10-28
   SQLAlchemy-ImageAttach = throw "sqlalchemy-imageattach has been removed as it is incompatible with sqlalchemy 1.4 and unmaintained"; # added 2022-04-23
+  suds-jurko = throw "suds-jurko has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2023-02-27
   tensorflow-bin_2 = tensorflow-bin; # added 2021-11-25
   tensorflow-build_2 = tensorflow-build; # added 2021-11-25
   tensorflow-estimator = tensorflow-estimator-bin; # added 2023-01-17