File tree Expand file tree Collapse file tree 3 files changed +1
-73
lines changed
development/python-modules/asyncio-mqtt Expand file tree Collapse file tree 3 files changed +1
-73
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 { };
You can’t perform that action at this time.
0 commit comments