mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
Update _common.sh
Explicitly install pkgconfig
This commit is contained in:
parent
98d524c1b1
commit
6ff4db7fdb
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue