home-assistant: fix update-component-packages.py
We don't want to use the versioned attribute python3Packages.av_13 even though we override av to be that package.
This commit is contained in:
committed by
Jamie Magee
parent
a5140ab27c
commit
61abc6ddbd
@@ -39,6 +39,7 @@ PKG_SET = "home-assistant.python.pkgs"
|
|||||||
# If some requirements are matched by multiple or no Python packages, the
|
# If some requirements are matched by multiple or no Python packages, the
|
||||||
# following can be used to choose the correct one
|
# following can be used to choose the correct one
|
||||||
PKG_PREFERENCES = {
|
PKG_PREFERENCES = {
|
||||||
|
"av": "av",
|
||||||
"fiblary3": "fiblary3-fork", # https://github.com/home-assistant/core/issues/66466
|
"fiblary3": "fiblary3-fork", # https://github.com/home-assistant/core/issues/66466
|
||||||
"HAP-python": "hap-python",
|
"HAP-python": "hap-python",
|
||||||
"ha-av": "av",
|
"ha-av": "av",
|
||||||
|
|||||||
Reference in New Issue
Block a user