Skip to content

Commit 5d9ae17

Browse files
committed
python312Packages.asyncio-mqtt: drop
The project was renamed to aiomqtt back in 2023/07. With the last consumer of it gone, we can retire it.
1 parent 304a034 commit 5d9ae17

File tree

3 files changed

+1
-73
lines changed

3 files changed

+1
-73
lines changed

pkgs/development/python-modules/asyncio-mqtt/default.nix

Lines changed: 0 additions & 71 deletions
This file was deleted.

pkgs/top-level/python-aliases.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ mapAliases ({
5454
APScheduler = apscheduler; # added 2023-02-19
5555
async_generator = async-generator; # added 2023-08-08
5656
async_stagger = async-stagger; # added 2023-08-08
57+
asyncio-mqtt = throw "asyncio-mqtt has been replaced by aiomqtt, which is not API compatible."; # added 2024-07-07
5758
asyncio-nats-client = nats-py; # added 2022-02-08
5859
atsim_potentials = atsim-potentials; # added 2023-10-08
5960
awkward0 = throw "awkward0 has been removed, use awkward instead"; # added 2022-12-13

pkgs/top-level/python-packages.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -887,8 +887,6 @@ self: super: with self; {
887887

888888
asyncio-dgram = callPackage ../development/python-modules/asyncio-dgram { };
889889

890-
asyncio-mqtt = callPackage ../development/python-modules/asyncio-mqtt { };
891-
892890
asyncio-rlock = callPackage ../development/python-modules/asyncio-rlock { };
893891

894892
asyncmy = callPackage ../development/python-modules/asyncmy { };

0 commit comments

Comments
 (0)