python3Packages.home-assistant-chip-wheels: provide ast-serialize

Mypy 2.0 wants ast-serialize in some cases but does not propagate it
itself.
This commit is contained in:
Martin Weinelt 2026-05-18 02:33:36 +02:00
commit 4b583d748c

View file

@ -1,6 +1,7 @@
{
aiohttp,
alive-progress,
ast-serialize,
build,
clang-tools,
click,
@ -196,6 +197,7 @@ stdenv.mkDerivation rec {
dependencies = [
aiohttp
alive-progress
ast-serialize
colorama
coloredlogs
click