ci: Don't pip install tomli on Debian anymore

It ships Python 3.11 which ships with a toml module.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer-rs/-/merge_requests/1506>
This commit is contained in:
Nirbheek Chauhan 2024-08-19 20:16:22 +05:30 committed by Backport Bot
parent 99478a848e
commit d8137106c1

View file

@ -147,8 +147,7 @@ trigger:
FDO_DISTRIBUTION_EXEC: >-
bash ci/install-gst.sh --force-fallback-for=glib &&
bash ci/install-dav1d.sh &&
pip3 install --break-system-packages git+http://gitlab.freedesktop.org/freedesktop/ci-templates &&
pip3 install --break-system-packages tomli
pip3 install --break-system-packages git+http://gitlab.freedesktop.org/freedesktop/ci-templates
.build-final-image:
extends: