home-assistant: fix typo in parse-requirements.py
This commit is contained in:
parent
d9dba88d08
commit
61f383851e
@ -30,7 +30,7 @@ from urllib.request import urlopen
|
|||||||
COMPONENT_PREFIX = "homeassistant.components"
|
COMPONENT_PREFIX = "homeassistant.components"
|
||||||
PKG_SET = "python3Packages"
|
PKG_SET = "python3Packages"
|
||||||
|
|
||||||
# If some requirements are matched by multiple python packages,
|
# If some requirements are matched by multiple Python packages,
|
||||||
# the following can be used to choose one of them
|
# the following can be used to choose one of them
|
||||||
PKG_PREFERENCES = {
|
PKG_PREFERENCES = {
|
||||||
# Use python3Packages.youtube-dl-light instead of python3Packages.youtube-dl
|
# Use python3Packages.youtube-dl-light instead of python3Packages.youtube-dl
|
||||||
|
Loading…
Reference in New Issue
Block a user