From 14b553ddbc3074d3e0ce44ea7757929f50c6f39b Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 20 Jul 2023 13:16:02 +0200 Subject: [PATCH] Disable wheels building for pycocotools (#96937) --- requirements_all.txt | 2 +- script/gen_requirements_all.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements_all.txt b/requirements_all.txt index e8ddc96de20..63ca182ce2c 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1600,7 +1600,7 @@ pycketcasts==1.0.1 pycmus==0.1.1 # homeassistant.components.tensorflow -pycocotools==2.0.6 +# pycocotools==2.0.6 # homeassistant.components.comfoconnect pycomfoconnect==0.5.1 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index d36b3f61d9d..96d8bd03a52 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -33,6 +33,7 @@ COMMENT_REQUIREMENTS = ( "face-recognition", "opencv-python-headless", "pybluez", + "pycocotools", "pycups", "python-eq3bt", "python-gammu",