ci/marge_queue: add missing python-dateutils to requirements.txt
authorHelen Koike <helen.koike@collabora.com>
Fri, 20 Oct 2023 13:40:51 +0000 (10:40 -0300)
committerMarge Bot <emma+marge@anholt.net>
Fri, 20 Oct 2023 18:27:44 +0000 (18:27 +0000)
marge_queue.py requires python-dateutils to run, so add it.

Signed-off-by: Helen Koike <helen.koike@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25828>

bin/ci/requirements.txt

index b8732b1..6015acd 100644 (file)
@@ -2,6 +2,7 @@ aiohttp==3.8.3
 colorama==0.4.5
 filecache==0.81
 gql==3.4.0
+python-dateutil==2.8.2
 python-gitlab==3.5.0
 PyYAML==6.0
 ruamel.yaml.clib==0.2.7