diff --git a/scripts/_common.sh b/scripts/_common.sh index 396c10e..6dca421 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,7 +13,8 @@ install_borg_with_pip () { venvpy="$install_dir/venv/bin/python3" ynh_exec_as "$app" "$venvpy" -m pip install --upgrade setuptools wheel - + ynh_exec_as "$app" "$venvpy" -m pip install pkgconfig + BORG_VERSION=$(ynh_app_upstream_version) ynh_exec_as "$app" "$venvpy" -m pip install borgbackup[pyfuse3]=="$BORG_VERSION" }