autotrash: add to python-aliases

It was moved out of python packages last commit, but this preserves
backwards compatibility.
This commit is contained in:
MithicSpirit 2024-09-23 11:22:11 -04:00
parent 5afc0a2d7d
commit 5da1088fce
No known key found for this signature in database
GPG Key ID: 0EA043551EBD3C2E

View File

@ -60,6 +60,7 @@ mapAliases ({
asyncio-mqtt = throw "asyncio-mqtt has been replaced by aiomqtt, which is not API compatible."; # added 2024-07-07
asyncio-nats-client = nats-py; # added 2022-02-08
atsim_potentials = atsim-potentials; # added 2023-10-08
inherit (super.pkgs) autotrash; # added 2024-09-23
awkward0 = throw "awkward0 has been removed, use awkward instead"; # added 2022-12-13
Babel = babel; # added 2022-05-06
backports_csv = throw "backports_csv has been removed, since we no longer need to backport to python2"; # added 2023-07-28