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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user