From d3d0f981646ebfeef4bf8e2d6c14611a4975cc4a Mon Sep 17 00:00:00 2001 From: CodeShakingSheep <19874562+CodeShakingSheep@users.noreply.github.com> Date: Sat, 10 Aug 2024 14:03:47 -0500 Subject: [PATCH] Update _common.sh Remove explicit installing of pkgconfig --- scripts/_common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 6dca421..7766c4d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,7 +13,6 @@ 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"