home-assistant: remove dependencies which should be loaded via autoExtraComponents

This commit is contained in:
Robert Schütz 2018-02-10 13:43:05 +01:00
parent f7ce8c6cd6
commit 6fb6616f17
1 changed files with 2 additions and 2 deletions
pkgs/servers/home-assistant

View File

@ -63,8 +63,8 @@ in with py.pkgs; buildPythonApplication rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
# From setup.py # From setup.py
requests pyyaml pytz pip jinja2 voluptuous typing aiohttp yarl async-timeout chardet astral certifi 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 # From http, frontend and recorder components
sqlalchemy aiohttp-cors hass-frontend user-agents distro mutagen xmltodict netdisco sqlalchemy aiohttp-cors hass-frontend user-agents
] ++ componentBuildInputs ++ extraBuildInputs; ] ++ componentBuildInputs ++ extraBuildInputs;
checkInputs = [ checkInputs = [