1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

[CI] Install python3-pil from apt

New version would need to be compiled, otherwise.
This commit is contained in:
Jochen Sprickerhof 2021-10-23 14:33:06 +02:00
parent e5dcf532b4
commit b8285ebd0e

View File

@ -394,6 +394,7 @@ plugin_fetchsrclibs:
python3-cffi
python3-cryptography
python3-pip
python3-pil
python3-venv
- python3 -m venv --system-site-packages env
- . env/bin/activate