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:33:16 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-01-23 01:09:38 +0100
commitc1316381f1c243e6c6e48e5d5d218615a6870d04 (patch)
tree2a7ffa481ccfe784a134e92461e2d0bc5d474dd4 /pkgs/top-level/python-aliases.nix
parent65d3b6d74d8f19fefc7f13d3ceadc96af97a81ce (diff)
downloadnixlib-c1316381f1c243e6c6e48e5d5d218615a6870d04.tar
nixlib-c1316381f1c243e6c6e48e5d5d218615a6870d04.tar.gz
nixlib-c1316381f1c243e6c6e48e5d5d218615a6870d04.tar.bz2
nixlib-c1316381f1c243e6c6e48e5d5d218615a6870d04.tar.lz
nixlib-c1316381f1c243e6c6e48e5d5d218615a6870d04.tar.xz
nixlib-c1316381f1c243e6c6e48e5d5d218615a6870d04.tar.zst
nixlib-c1316381f1c243e6c6e48e5d5d218615a6870d04.zip
python3Packages.hdlparse: drop
The package was using `use_2to3` which was removed from setuptools
in version 58. The project is also unmaintained since 2018.
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 f43f0b018b8a..422c769fee4a 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -62,6 +62,7 @@ mapAliases ({
   grpc_google_iam_v1 = grpc-google-iam-v1; # added 2021-08-21
   HAP-python = hap-python; # added 2021-06-01
   hbmqtt = throw "hbmqtt was removed because it is no longer maintained"; # added 2021-11-07
+  hdlparse = throw "hdlparse has been removed, it was using setuptools 2to3 translation feature, which has been removed in setuptools 58"; # added 2022-01-18
   IMAPClient = imapclient; # added 2021-10-28
   jupyter_client = jupyter-client; # added 2021-10-15
   Keras = keras; # added 2021-11-25