From 7d66c93d6cfbf32d76fb6b1a43abdc62d0506936 Mon Sep 17 00:00:00 2001 From: Kayou Date: Tue, 13 Aug 2024 11:17:53 +0200 Subject: [PATCH] Update scripts/_common.sh --- scripts/_common.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 7766c4d..b52de13 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 - BORG_VERSION=$(ynh_app_upstream_version) ynh_exec_as "$app" "$venvpy" -m pip install borgbackup[pyfuse3]=="$BORG_VERSION" }