about summary refs log tree commit diff
path: root/pkgs/top-level/python-aliases.nix
diff options
context:
space:
mode:
authorFelix Buehler <account@buehler.rocks>2024-01-07 15:29:36 +0100
committerFelix Buehler <account@buehler.rocks>2024-01-25 22:13:17 +0100
commitd35003e302497f6ca002693379559a10159b9547 (patch)
tree0932103eab9089d18d61c3418c263452b28f4ce8 /pkgs/top-level/python-aliases.nix
parentd3a15f043281e6813e5233bc8bca24c27179bd34 (diff)
downloadnixlib-d35003e302497f6ca002693379559a10159b9547.tar
nixlib-d35003e302497f6ca002693379559a10159b9547.tar.gz
nixlib-d35003e302497f6ca002693379559a10159b9547.tar.bz2
nixlib-d35003e302497f6ca002693379559a10159b9547.tar.lz
nixlib-d35003e302497f6ca002693379559a10159b9547.tar.xz
nixlib-d35003e302497f6ca002693379559a10159b9547.tar.zst
nixlib-d35003e302497f6ca002693379559a10159b9547.zip
python311Packages.recursive-pth-loader: rename from recursivePthLoader
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 ad98e21d5ef5..9a3b4f5c10ac 100644
--- a/pkgs/top-level/python-aliases.nix
+++ b/pkgs/top-level/python-aliases.nix
@@ -425,6 +425,7 @@ mapAliases ({
   rdflib-jsonld = throw "rdflib-jsonld is not compatible with rdflib 6"; # added 2021-11-05
   readme_renderer = readme-renderer; # added 2024-01-07
   recaptcha_client = throw "recaptcha_client has been removed since it is no longer maintained"; # added 2023-10-20
+  recursivePthLoader = recursive-pth-loader; # added 2024-01-07
   rednose = throw "rednose is no longer maintained (since February 2018)"; # added 2023-08-06
   repeated_test = repeated-test; # added 2022-11-15
   repoze_lru = repoze-lru; # added 2023-11-11