1
0
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:
J. Nick Koston
2023-04-16 22:30:22 -10:00
committed by GitHub
parent 752d5958dc
commit 9985516f80
3 changed files with 10 additions and 2 deletions

View File

@@ -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