home-assistant: fix typo in parse-requirements.py

This commit is contained in:
Fabian Affolter 2021-01-05 18:51:58 +01:00
parent d9dba88d08
commit 61f383851e

View File

@ -30,7 +30,7 @@ from urllib.request import urlopen
COMPONENT_PREFIX = "homeassistant.components"
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
PKG_PREFERENCES = {
# Use python3Packages.youtube-dl-light instead of python3Packages.youtube-dl