mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
Merge pull request #34810 from dotlambda/home-assistant
home-assistant: remove dependencies which should be loaded via autoExtraComponents
This commit is contained in:
commit
9f24e68b99
1 changed files with 2 additions and 2 deletions
|
@ -63,8 +63,8 @@ in with py.pkgs; buildPythonApplication rec {
|
|||
propagatedBuildInputs = [
|
||||
# From setup.py
|
||||
requests pyyaml pytz pip jinja2 voluptuous typing aiohttp yarl async-timeout chardet astral certifi
|
||||
# From the components that are part of the default configuration.yaml
|
||||
sqlalchemy aiohttp-cors hass-frontend user-agents distro mutagen xmltodict netdisco
|
||||
# From http, frontend and recorder components
|
||||
sqlalchemy aiohttp-cors hass-frontend user-agents
|
||||
] ++ componentBuildInputs ++ extraBuildInputs;
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue