mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Update _common.sh
This commit is contained in:
parent
b7d0141eb2
commit
cd83b00fa1
1 changed files with 3 additions and 3 deletions
|
@ -33,13 +33,13 @@ myynh_install() {
|
||||||
$final_path/env/bin/python3 -m pip install vext
|
$final_path/env/bin/python3 -m pip install vext
|
||||||
$final_path/env/bin/python3 -m pip install --no-binary=:all: vext.gi
|
$final_path/env/bin/python3 -m pip install --no-binary=:all: vext.gi
|
||||||
|
|
||||||
# install essential packages
|
# install essential packages
|
||||||
ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy==3.1.1
|
ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy==3.1.1
|
||||||
|
|
||||||
# patch -u $final_path/env/lib/python$python_version/site-packages/mopidy/__main__.py -i ../sources/patches/__main__.patch --forward
|
# patch -u $final_path/env/lib/python$python_version/site-packages/mopidy/__main__.py -i ../sources/patches/__main__.patch --forward
|
||||||
|
|
||||||
|
|
||||||
ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-local==3.2.1
|
ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-local==3.2.1
|
||||||
ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-MusicBox-Webclient==3.1.0
|
ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-MusicBox-Webclient==3.1.0
|
||||||
# ynh_script_progression --message="Installing Mopidy-YouTube..." --weight=7
|
# ynh_script_progression --message="Installing Mopidy-YouTube..." --weight=7
|
||||||
ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-YouTube==3.2
|
ynh_exec_as $app $final_path/env/bin/python3 -m pip install --no-cache-dir Mopidy-YouTube==3.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue