Merge pull request #127056 from dotlambda/home-assistant-requirements-frontend
home-assistant: don't treat frontend specially in parse-requirements.py
This commit is contained in:
commit
c6f6869e20
1 changed files with 1 additions and 2 deletions
|
@ -183,8 +183,7 @@ def main() -> None:
|
|||
if attr_path is not None:
|
||||
# Add attribute path without "python3Packages." prefix
|
||||
attr_paths.append(attr_path[len(PKG_SET + ".") :])
|
||||
# home-assistant-frontend is always in propagatedBuildInputs
|
||||
elif name != 'home-assistant-frontend':
|
||||
else:
|
||||
missing_reqs.append(name)
|
||||
else:
|
||||
build_inputs[component] = (attr_paths, missing_reqs)
|
||||
|
|
Loading…
Reference in a new issue