about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2022-05-24 03:14:51 +0000
committerRobert Schütz <nix@dotlambda.de>2022-05-24 03:45:12 +0000
commit26e554d7a4258e78ecf053a5ba4678ab3224f158 (patch)
tree89a75a8fda48affb03780ef8e2e61cca62f7975d /pkgs/top-level/python-aliases.nix
parent4dcada7989b3cc47f4f6c8c688854d093a24bd43 (diff)
python3Packages.pyreadability: make alias of readability-lxml
The former is an unmaintained fork of the latter.
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 5e421b9c33697..5684867cad0b8 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -105,6 +105,7 @@ mapAliases ({
   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
   pymssql = throw "pymssql has been abandoned upstream."; # added 2020-05-04
+  pyreadability = readability-lxml; # added 2022-05-24
   pysmart-smartx = pysmart; # added 2021-10-22
   pytest_6 = pytest; # added 2022-02-10
   pytestcov = pytest-cov; # added 2021-01-04