From de3dbadf14ca1b9a7f0577871387eb60794530de Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Thu, 11 Jul 2024 12:11:10 +0000 Subject: [PATCH] Add chompjs dependency (for caissedepargne module) --- scripts/install | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 374945a..e3768a6 100644 --- a/scripts/install +++ b/scripts/install @@ -73,7 +73,7 @@ ynh_exec_as $app virtualenv --python=python3 --system-site-packages "${install_d 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 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/.rustup" ynh_secure_remove --file="$install_dir/.cache" diff --git a/scripts/upgrade b/scripts/upgrade index 2dd59a8..5df6c7e 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -101,7 +101,7 @@ ynh_exec_as $app virtualenv --python=python3 --system-site-packages "${install_d 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 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/.rustup" ynh_secure_remove --file="$install_dir/.cache"