mirror of
https://github.com/YunoHost-Apps/tandoor_ynh.git
synced 2024-09-03 20:35:56 +02:00
Update _common.sh
This commit is contained in:
parent
fc330ffd28
commit
a9023af7bc
1 changed files with 0 additions and 23 deletions
|
@ -38,26 +38,3 @@ _tandoor_build_frontend() {
|
||||||
#=================================================
|
#=================================================
|
||||||
# FUTURE OFFICIAL HELPERS
|
# FUTURE OFFICIAL HELPERS
|
||||||
#=================================================
|
#=================================================
|
||||||
_mopidy_install() {
|
|
||||||
python3 -m venv --upgrade "$install_dir/venv"
|
|
||||||
chown -R "$app" "$install_dir"
|
|
||||||
|
|
||||||
venvpy="$install_dir/venv/bin/python3"
|
|
||||||
|
|
||||||
ynh_exec_as "$app" "$venvpy" -m pip install --upgrade --no-cache-dir pip
|
|
||||||
|
|
||||||
ynh_exec_as "$app" "$venvpy" -m pip install PyGObject
|
|
||||||
|
|
||||||
# install essential packages
|
|
||||||
ynh_exec_as "$app" "$venvpy" -m pip install --no-cache-dir \
|
|
||||||
Mopidy=="$(ynh_app_upstream_version)" \
|
|
||||||
Mopidy-local==3.2.1 \
|
|
||||||
Mopidy-MusicBox-Webclient==3.1.0 \
|
|
||||||
Mopidy-YouTube==3.7 \
|
|
||||||
Mopidy-YTMusic==0.3.8 \
|
|
||||||
Mopidy-RadioNet==0.2.2 \
|
|
||||||
Mopidy-Podcast==3.0.1 \
|
|
||||||
Mopidy-Podcast-iTunes==3.0.1 \
|
|
||||||
Mopidy-SoundCloud==3.0.2 \
|
|
||||||
Mopidy-MPD==3.3.0
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue