Fix circular dependency on homeassistant (#101099)
This commit is contained in:
parent
4f90542394
commit
809abc1445
2 changed files with 8 additions and 0 deletions
|
@ -173,3 +173,7 @@ pysnmp==1000000000.0.0
|
||||||
# The get-mac package has been replaced with getmac. Installing get-mac alongside getmac
|
# The get-mac package has been replaced with getmac. Installing get-mac alongside getmac
|
||||||
# breaks getmac due to them both sharing the same python package name inside 'getmac'.
|
# breaks getmac due to them both sharing the same python package name inside 'getmac'.
|
||||||
get-mac==1000000000.0.0
|
get-mac==1000000000.0.0
|
||||||
|
|
||||||
|
# Circular dependency on homeassistant itself
|
||||||
|
# https://gitlab.com/keatontaylor/alexapy/-/blob/v1.27.0/pyproject.toml#L29
|
||||||
|
alexapy<1.27.0
|
||||||
|
|
|
@ -175,6 +175,10 @@ pysnmp==1000000000.0.0
|
||||||
# The get-mac package has been replaced with getmac. Installing get-mac alongside getmac
|
# The get-mac package has been replaced with getmac. Installing get-mac alongside getmac
|
||||||
# breaks getmac due to them both sharing the same python package name inside 'getmac'.
|
# breaks getmac due to them both sharing the same python package name inside 'getmac'.
|
||||||
get-mac==1000000000.0.0
|
get-mac==1000000000.0.0
|
||||||
|
|
||||||
|
# Circular dependency on homeassistant itself
|
||||||
|
# https://gitlab.com/keatontaylor/alexapy/-/blob/v1.27.0/pyproject.toml#L29
|
||||||
|
alexapy<1.27.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue