From 66a25a9e7269323e8b1120fbce7a535272bbd90a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sat, 22 Apr 2023 22:44:29 +0200 Subject: [PATCH] Wheels: Don't build opencv-python-headless on cp311 (#91872) --- .github/workflows/wheels.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index dc2920aeeb7..b2b6baea809 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -272,6 +272,12 @@ jobs: # this package. # sed -i "s|# azure-servicebus|azure-servicebus|g" ${requirement_file} + # It doesn't build for some reason, so we skip it for now. + # Bumping to the latest version (4.7.0.72) supporting Python 3.11 + # doesn't help. Reverted bump in #91871. There are 8 registered + # instances using this integration according to analytics. + # sed -i "s|# opencv-python-headless|opencv-python-headless|g" ${requirement_file} + sed -i "s|# fritzconnection|fritzconnection|g" ${requirement_file} sed -i "s|# pyuserinput|pyuserinput|g" ${requirement_file} sed -i "s|# evdev|evdev|g" ${requirement_file} @@ -279,7 +285,6 @@ jobs: sed -i "s|# homekit|homekit|g" ${requirement_file} sed -i "s|# decora_wifi|decora_wifi|g" ${requirement_file} sed -i "s|# python-gammu|python-gammu|g" ${requirement_file} - sed -i "s|# opencv-python-headless|opencv-python-headless|g" ${requirement_file} done - name: Split requirements all