mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 08:47:10 +00:00
Pin pyasn1 until fixed (#125712)
* pin pyasn1 until fixed * add to gen requirements
This commit is contained in:
parent
56dfb2c734
commit
74834b2d88
@ -185,3 +185,9 @@ tuf>=4.0.0
|
|||||||
|
|
||||||
# https://github.com/jd/tenacity/issues/471
|
# https://github.com/jd/tenacity/issues/471
|
||||||
tenacity!=8.4.0
|
tenacity!=8.4.0
|
||||||
|
|
||||||
|
# pyasn1.compat.octets was removed in pyasn1 0.6.1 and breaks some integrations
|
||||||
|
# and tests that import it directly
|
||||||
|
# https://github.com/pyasn1/pyasn1/pull/60
|
||||||
|
# https://github.com/lextudio/pysnmp/issues/114
|
||||||
|
pyasn1==0.6.0
|
||||||
|
@ -205,6 +205,12 @@ tuf>=4.0.0
|
|||||||
|
|
||||||
# https://github.com/jd/tenacity/issues/471
|
# https://github.com/jd/tenacity/issues/471
|
||||||
tenacity!=8.4.0
|
tenacity!=8.4.0
|
||||||
|
|
||||||
|
# pyasn1.compat.octets was removed in pyasn1 0.6.1 and breaks some integrations
|
||||||
|
# and tests that import it directly
|
||||||
|
# https://github.com/pyasn1/pyasn1/pull/60
|
||||||
|
# https://github.com/lextudio/pysnmp/issues/114
|
||||||
|
pyasn1==0.6.0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
GENERATED_MESSAGE = (
|
GENERATED_MESSAGE = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user