home-assistant: don't treat frontend specially in parse-requirements.py
Since we now consider the package set as overridden by home-assistant, home-assistant-frontend is part of it.
This commit is contained in:
parent
e264354b61
commit
1b498a2e14
@ -183,8 +183,7 @@ def main() -> None:
|
|||||||
if attr_path is not None:
|
if attr_path is not None:
|
||||||
# Add attribute path without "python3Packages." prefix
|
# Add attribute path without "python3Packages." prefix
|
||||||
attr_paths.append(attr_path[len(PKG_SET + ".") :])
|
attr_paths.append(attr_path[len(PKG_SET + ".") :])
|
||||||
# home-assistant-frontend is always in propagatedBuildInputs
|
else:
|
||||||
elif name != 'home-assistant-frontend':
|
|
||||||
missing_reqs.append(name)
|
missing_reqs.append(name)
|
||||||
else:
|
else:
|
||||||
build_inputs[component] = (attr_paths, missing_reqs)
|
build_inputs[component] = (attr_paths, missing_reqs)
|
||||||
|
Loading…
Reference in New Issue
Block a user