mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Constrain faust-cchardet to first version that builds wheels successfully (#88563)
This commit is contained in:
parent
93e37243f6
commit
ec53c26f90
@ -149,3 +149,7 @@ pyOpenSSL>=23.0.0
|
|||||||
# uamqp newer versions we currently can't build for armv7/armhf
|
# 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
|
# Limit this to Python 3.10, to not block Python 3.11 dev for now
|
||||||
uamqp==1.6.0;python_version<'3.11'
|
uamqp==1.6.0;python_version<'3.11'
|
||||||
|
|
||||||
|
# faust-cchardet: Ensure we have a version we can build wheels
|
||||||
|
# 2.1.18 is the first version that works with our wheel builder
|
||||||
|
faust-cchardet>=2.1.18
|
||||||
|
@ -157,6 +157,10 @@ pyOpenSSL>=23.0.0
|
|||||||
# uamqp newer versions we currently can't build for armv7/armhf
|
# 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
|
# Limit this to Python 3.10, to not block Python 3.11 dev for now
|
||||||
uamqp==1.6.0;python_version<'3.11'
|
uamqp==1.6.0;python_version<'3.11'
|
||||||
|
|
||||||
|
# faust-cchardet: Ensure we have a version we can build wheels
|
||||||
|
# 2.1.18 is the first version that works with our wheel builder
|
||||||
|
faust-cchardet>=2.1.18
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user