mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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"
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user