summarylogtreecommitdiffstats
path: root/02-Revert-Pin-cffi-to-2.0.0-in-package-constraints-1759.patch
blob: d6249374d2cb421d078064c3dae7342c92a61290 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
This reverts commit 6cde36014e13bd9fd96bee6b85014affdc5aef9d.
---
 homeassistant/package_constraints.txt | 4 ----
 script/gen_requirements_all.py        | 4 ----
 2 files changed, 8 deletions(-)

diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt
index 6142ce1dfc0..5df7e099e4f 100644
--- a/homeassistant/package_constraints.txt
+++ b/homeassistant/package_constraints.txt
@@ -256,7 +256,3 @@ azure-kusto-data==4.5.1
 azure-kusto-ingest==4.5.1
 coloredlogs==15.0.1
 setuptools==81.0.0
-
-# Pin cffi to 2.0.0 to avoid version mismatch with the pre-baked _cffi_backend in the base image.
-# https://github.com/home-assistant/core/issues/175832
-cffi==2.0.0
diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py
index e70e25cf2d8..63de1db9915 100755
--- a/script/gen_requirements_all.py
+++ b/script/gen_requirements_all.py
@@ -239,10 +239,6 @@ azure-kusto-data==4.5.1
 azure-kusto-ingest==4.5.1
 coloredlogs==15.0.1
 setuptools==81.0.0
-
-# Pin cffi to 2.0.0 to avoid version mismatch with the pre-baked _cffi_backend in the base image.
-# https://github.com/home-assistant/core/issues/175832
-cffi==2.0.0
 """
 
 GENERATED_MESSAGE = (
-- 
2.55.0