gitlab-ci: use python3-ruamel.yaml to avoid building from source

This commit is contained in:
Hans-Christoph Steiner 2022-09-14 23:48:12 +02:00
parent f47840542d
commit 6a2e1f0af4
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -414,6 +414,7 @@ plugin_fetchsrclibs:
python3-pil python3-pil
python3-pip python3-pip
python3-pycparser python3-pycparser
python3-ruamel.yaml
python3-venv python3-venv
- python3 -m venv --system-site-packages env - python3 -m venv --system-site-packages env
- . env/bin/activate - . env/bin/activate