mirror of
https://github.com/home-assistant/core.git
synced 2025-07-14 16:57:10 +00:00
Constrain uamqp for Python 3.10 only (#88198)
This commit is contained in:
parent
b5a686730c
commit
a1efd59760
@ -142,3 +142,7 @@ matplotlib==3.6.1
|
|||||||
# pyOpenSSL 23.0.0 or later required to avoid import errors when
|
# pyOpenSSL 23.0.0 or later required to avoid import errors when
|
||||||
# cryptography 39.0.0 is installed with botocore
|
# cryptography 39.0.0 is installed with botocore
|
||||||
pyOpenSSL>=23.0.0
|
pyOpenSSL>=23.0.0
|
||||||
|
|
||||||
|
# uamqp newer versions we currently can't build for armv7/armhf
|
||||||
|
# Limit this to Python 3.10, to not block Python 3.11 dev for now
|
||||||
|
uamqp==1.6.0;python_version<'3.11'
|
||||||
|
@ -150,6 +150,10 @@ matplotlib==3.6.1
|
|||||||
# pyOpenSSL 23.0.0 or later required to avoid import errors when
|
# pyOpenSSL 23.0.0 or later required to avoid import errors when
|
||||||
# cryptography 39.0.0 is installed with botocore
|
# cryptography 39.0.0 is installed with botocore
|
||||||
pyOpenSSL>=23.0.0
|
pyOpenSSL>=23.0.0
|
||||||
|
|
||||||
|
# uamqp newer versions we currently can't build for armv7/armhf
|
||||||
|
# Limit this to Python 3.10, to not block Python 3.11 dev for now
|
||||||
|
uamqp==1.6.0;python_version<'3.11'
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user