ci: Add missing aiohttp Python dependecy

Found a missing dependency for `pipeline_message.py`.

Signed-off-by: Sergi Blanch Torne <sergi.blanch.torne@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37868>
This commit is contained in:
Sergi Blanch Torne
2025-10-14 14:40:01 +02:00
committed by Marge Bot
parent 84d8e6824b
commit d0af217911
2 changed files with 2 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ include:
- .gitlab-ci/conditional-build-image-tags.yml
variables:
DEBIAN_BUILD_BASE_TAG: "20250926-gitlab"
DEBIAN_BUILD_BASE_TAG: "20251014-testfix"
DEBIAN_BUILD_TAG: "20250926-D3D618"
DEBIAN_TEST_BASE_TAG: "20250926-gitlab"

View File

@@ -1,4 +1,5 @@
-r ../requirements.txt
aiohttp==3.13.*
filelock==3.12.4
fire==0.7.0
freezegun==1.5.1