Skip to content

Commit 304a034

Browse files
committed
python312Packages.aiomysensors: drop
Unused leaf dependency preventing us from removing asyncio-mqtt, which was renamed to aiomqtt a few release ago.
1 parent 1fd9c06 commit 304a034

File tree

3 files changed

+1
-64
lines changed

3 files changed

+1
-64
lines changed

pkgs/development/python-modules/aiomysensors/default.nix

Lines changed: 0 additions & 62 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
@@ -37,6 +37,7 @@ mapAliases ({
3737
acebinf = throw "acebinf has been removed because it is abandoned and broken."; # Added 2023-05-19
3838
adafruit-nrfutil = throw "adafruit-nrfutil has been promoted to a top-level attribute name: `pkgs.adafruit-nrfutil`."; # Added 2023-11-19
3939
aioaladdinconnect = throw "aioaladdinconnect has been removed, as the API is supported was obsoleted on 2024-01-24."; # Added 2024-06-07
40+
aiomysensors = throw "aiomysensors has been removed, as it was packaged for Home Assistant, which migrated to pymysensors."; # Added 2024-07-07
4041
aioh2 = throw "aioh2 has been removed because it is abandoned and broken."; # Added 2022-03-30
4142
aionotify = throw "aionotify has been removed because is unmaintained and incompatible with python3.11."; # Added 2023-10-27
4243
aiosenseme = throw "aiosenseme has been removed, because it does no longer work with the latest firmware and has become unmaintained"; # Added 2023-07-05

pkgs/top-level/python-packages.nix

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

330330
aiomusiccast = callPackage ../development/python-modules/aiomusiccast { };
331331

332-
aiomysensors = callPackage ../development/python-modules/aiomysensors { };
333-
334332
aiomysql = callPackage ../development/python-modules/aiomysql { };
335333

336334
aionanoleaf = callPackage ../development/python-modules/aionanoleaf { };

0 commit comments

Comments
 (0)