gitlab-ci: Remove unneeded python3-pilkit dependency

It was added with tracie, but it doesn't depend on it.

Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
This commit is contained in:
Andres Gomez 2020-03-08 01:30:45 +02:00
parent 52c53c4a49
commit f5235a5b73
2 changed files with 1 additions and 2 deletions

View File

@ -133,7 +133,7 @@ x86_build:
x86_test-gl:
extends: x86_build
variables:
DEBIAN_TAG: &x86_test-gl "2020-02-14"
DEBIAN_TAG: &x86_test-gl "2020-03-11"
# Debian 10 based x86 test image for VK
x86_test-vk:

View File

@ -66,7 +66,6 @@ apt-get install -y --no-remove \
python3-mako \
python3-numpy \
python3-pil \
python3-pilkit \
python3-six \
python3-yaml \
qt5-default \