From 02e3e4ef4097cf0686698d316cfa6a1cdb8edb42 Mon Sep 17 00:00:00 2001 From: rosbeef andino Date: Thu, 12 Oct 2023 00:18:16 +0000 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 9ce1f45..bf0063f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -135,7 +135,8 @@ myynh_install_homeassistant () { ynh_exec_warn_less ynh_exec_as $app "$install_dir/bin/pip3" --cache-dir "$data_dir/.cache" install --upgrade numpy --config-settings=setup-args="-Dallow-noblas=true" # install last version of PyNacl (need cmake installed) ynh_exec_warn_less ynh_exec_as $app "$install_dir/bin/pip3" --cache-dir "$data_dir/.cache" install --upgrade PyTurbpJPEG - + # need to recompile ffmpeg https://community.home-assistant.io/t/unable-to-install-package-ha-av/466286/31 + # install last version of wheel ynh_exec_warn_less ynh_exec_as $app "$install_dir/bin/pip3" --cache-dir "$data_dir/.cache" install --upgrade wheel