mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
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:
parent
7b235832bc
commit
4b583d748c
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue