mirror of
https://github.com/YunoHost/lxd_img_builder.git
synced 2024-09-03 19:56:55 +02:00
Moar boring pip conflicts
This commit is contained in:
parent
b3bcff4b36
commit
158eddc4c2
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ function rebuild_build_and_lint()
|
||||||
# b) running tox, black, mypy, flake8, i18n string consistency check, bot sending PRs (actually this one is 'hub' in apt dependency right before)
|
# b) running tox, black, mypy, flake8, i18n string consistency check, bot sending PRs (actually this one is 'hub' in apt dependency right before)
|
||||||
if [[ $DEBIAN_VERSION == "bullseye" ]]
|
if [[ $DEBIAN_VERSION == "bullseye" ]]
|
||||||
then
|
then
|
||||||
TOOLING_PIP_DEPENDENCIES='pyOpenSSL "tox==4.0.0" ansi2html toml "black>=24.4" jinja2 "packaging<22"'
|
TOOLING_PIP_DEPENDENCIES='pyOpenSSL "tox==4.0.0" ansi2html toml "black>=22.12" jinja2 "packaging<22"'
|
||||||
else
|
else
|
||||||
TOOLING_PIP_DEPENDENCIES='pyOpenSSL "tox>=4.17" ansi2html toml "black>=24.4" jinja2 --break-system-packages'
|
TOOLING_PIP_DEPENDENCIES='pyOpenSSL "tox>=4.17" ansi2html toml "black>=24.4" jinja2 --break-system-packages'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue