File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ ynh_exec_as $app virtualenv --python=python3 --system-site-packages "${install_d
72
72
ynh_exec_warn_less ynh_exec_as $app RUSTUP_HOME=" $install_dir " /.rustup CARGO_HOME=" $install_dir " /.cargo bash -c ' curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -q -y --default-toolchain=stable --profile=minimal'
73
73
export PATH=" $install_dir /.cargo/bin:$PATH "
74
74
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade pip
75
- ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade setuptools
75
+ ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade ' setuptools<71 '
76
76
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
77
77
ynh_secure_remove --file=" $install_dir /.cargo"
78
78
ynh_secure_remove --file=" $install_dir /.rustup"
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ ynh_exec_as $app virtualenv --python=python3 --system-site-packages "${install_d
100
100
ynh_exec_warn_less ynh_exec_as $app RUSTUP_HOME=" $install_dir " /.rustup CARGO_HOME=" $install_dir " /.cargo bash -c ' curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -q -y --default-toolchain=stable --profile=minimal'
101
101
export PATH=" $install_dir /.cargo/bin:$PATH "
102
102
ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade pip
103
- ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade setuptools
103
+ ynh_exec_warn_less ynh_exec_as $app env PATH=$PATH pip install --upgrade ' setuptools<71 '
104
104
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
105
105
ynh_secure_remove --file=" $install_dir /.cargo"
106
106
ynh_secure_remove --file=" $install_dir /.rustup"
You can’t perform that action at this time.
0 commit comments