From ec53c26f9095237db3d17ca544b19bad2043f1a8 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Tue, 21 Feb 2023 16:32:15 -0600 Subject: [PATCH] Constrain faust-cchardet to first version that builds wheels successfully (#88563) --- homeassistant/package_constraints.txt | 4 ++++ script/gen_requirements_all.py | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 17b46e97cd4..d47b4e304d9 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -149,3 +149,7 @@ 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' + +# 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 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index be1f623eb50..9f08f0b6289 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -157,6 +157,10 @@ 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' + +# 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 = (