From ccb6ee8b359a57580bcee9da8eb977f5a6e7c8eb Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 15 Feb 2023 19:46:49 +0100 Subject: [PATCH] Revert "Remove uamqp version constrain (#88176)" This reverts commit c3a70a7ec5cb7b5635d33056b7d8436cc1023fb2. --- homeassistant/package_constraints.txt | 3 +++ script/gen_requirements_all.py | 3 +++ 2 files changed, 6 insertions(+) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index e1e35898a17..86cf3fc451c 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -135,6 +135,9 @@ iso4217!=1.10.20220401 # Pandas 1.4.4 has issues with wheels om armhf + Py3.10 pandas==1.4.3 +# uamqp 1.6.1, has 1 failing test during built on armv7/armhf +uamqp==1.6.0 + # Matplotlib 3.6.2 has issues building wheels on armhf/armv7 # We need at least >=2.1.0 (tensorflow integration -> pycocotools) matplotlib==3.6.1 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 8c4c2841f2f..4456a3312b5 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -143,6 +143,9 @@ iso4217!=1.10.20220401 # Pandas 1.4.4 has issues with wheels om armhf + Py3.10 pandas==1.4.3 +# uamqp 1.6.1, has 1 failing test during built on armv7/armhf +uamqp==1.6.0 + # Matplotlib 3.6.2 has issues building wheels on armhf/armv7 # We need at least >=2.1.0 (tensorflow integration -> pycocotools) matplotlib==3.6.1