mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Build protobuf upb wheels (#90812)
This commit is contained in:
@@ -159,6 +159,10 @@ pyOpenSSL>=23.1.0
|
||||
# Limit this to Python 3.10, to not block Python 3.11 dev for now
|
||||
uamqp==1.6.0;python_version<'3.11'
|
||||
|
||||
# protobuf must be in package constraints for the wheel
|
||||
# builder to build binary wheels
|
||||
protobuf==4.22.3
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user