home-assistant: don't mark home-assistant-frontend as missing

This commit is contained in:
Robert Schütz
2021-01-23 22:16:41 +01:00
parent 9d6fd2ba13
commit 87dc37562b
2 changed files with 11 additions and 10 deletions
@@ -161,7 +161,8 @@ def main() -> None:
if attr_path is not None:
# Add attribute path without "python3Packages." prefix
attr_paths.append(attr_path[len(PKG_SET + ".") :])
else:
# home-assistant-frontend is always in propagatedBuildInputs
elif name != 'home-assistant-frontend':
missing_reqs.append(name)
else:
build_inputs[component] = (attr_paths, missing_reqs)