mirror of
https://github.com/YunoHost-Apps/kresus_ynh.git
synced 2024-09-03 19:36:10 +02:00
Add chompjs dependency (for caissedepargne module)
This commit is contained in:
parent
18d99e1c93
commit
de3dbadf14
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ ynh_exec_as $app virtualenv --python=python3 --system-site-packages "${install_d
|
||||||
export PATH="$install_dir/.cargo/bin:$PATH"
|
export PATH="$install_dir/.cargo/bin:$PATH"
|
||||||
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade pip
|
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade pip
|
||||||
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade setuptools
|
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade setuptools
|
||||||
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install woob simplejson BeautifulSoup4 PyExecJS typing-extensions pdfminer.six Pillow --ignore-installed
|
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install woob simplejson BeautifulSoup4 PyExecJS typing-extensions pdfminer.six Pillow chompjs --ignore-installed
|
||||||
ynh_secure_remove --file="$install_dir/.cargo"
|
ynh_secure_remove --file="$install_dir/.cargo"
|
||||||
ynh_secure_remove --file="$install_dir/.rustup"
|
ynh_secure_remove --file="$install_dir/.rustup"
|
||||||
ynh_secure_remove --file="$install_dir/.cache"
|
ynh_secure_remove --file="$install_dir/.cache"
|
||||||
|
|
|
@ -101,7 +101,7 @@ ynh_exec_as $app virtualenv --python=python3 --system-site-packages "${install_d
|
||||||
export PATH="$install_dir/.cargo/bin:$PATH"
|
export PATH="$install_dir/.cargo/bin:$PATH"
|
||||||
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade pip
|
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade pip
|
||||||
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade setuptools
|
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade setuptools
|
||||||
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install woob simplejson BeautifulSoup4 PyExecJS typing-extensions pdfminer.six Pillow --ignore-installed
|
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install woob simplejson BeautifulSoup4 PyExecJS typing-extensions pdfminer.six Pillow chompjs --ignore-installed
|
||||||
ynh_secure_remove --file="$install_dir/.cargo"
|
ynh_secure_remove --file="$install_dir/.cargo"
|
||||||
ynh_secure_remove --file="$install_dir/.rustup"
|
ynh_secure_remove --file="$install_dir/.rustup"
|
||||||
ynh_secure_remove --file="$install_dir/.cache"
|
ynh_secure_remove --file="$install_dir/.cache"
|
||||||
|
|
Loading…
Add table
Reference in a new issue