mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
home-assistant: add missing setuptools dependency
Fixes currently broken nixos hass test: https://hydra.nixos.org/build/100923199
This commit is contained in:
parent
87b22ea005
commit
6a0c11b931
@ -124,7 +124,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
# From setup.py
|
||||
aiohttp astral async-timeout attrs bcrypt certifi importlib-metadata jinja2
|
||||
pyjwt cryptography pip python-slugify pytz pyyaml requests ruamel_yaml
|
||||
voluptuous voluptuous-serialize
|
||||
setuptools voluptuous voluptuous-serialize
|
||||
# From http, frontend and recorder components and auth.mfa_modules.totp
|
||||
sqlalchemy aiohttp-cors hass-frontend pyotp pyqrcode
|
||||
] ++ componentBuildInputs ++ extraBuildInputs;
|
||||
|
Loading…
Reference in New Issue
Block a user