Unverified Commit 23f0bd2b authored by Martin Weinelt's avatar Martin Weinelt
Browse files

home-assistant: adjust dependencies

The lack of these depedencies was shadowed by them being provided through
nativeCheckInputs, which is a shortcoming of the pythonRuntimeDepsCheck
hook.
parent 8eb32908
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -592,6 +592,7 @@ in python.pkgs.buildPythonApplication rec {
    certifi
    ciso8601
    cryptography
    fnv-hash-fast
    hass-nabucasa
    httpx
    home-assistant-bluetooth
@@ -600,12 +601,15 @@ in python.pkgs.buildPythonApplication rec {
    lru-dict
    orjson
    packaging
    pillow
    pip
    psutil-home-assistant
    pyopenssl
    pyjwt
    python-slugify
    pyyaml
    requests
    sqlalchemy
    typing-extensions
    ulid-transform
    urllib3