summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Engestrom <eric@engestrom.ch>2022-08-22 18:22:46 +0100
committerEric Engestrom <eric@engestrom.ch>2022-08-22 18:50:04 +0100
commitf32db9d35469efab8e717bb9baf8e681fdefa86b (patch)
treeb0269aa3009b7cd0b4a1785964e616ad09efe208
parent1637d8b02088fff62aed5a9796eddcb9f0f60656 (diff)
downloaddrm-f32db9d35469efab8e717bb9baf8e681fdefa86b.tar.gz
ci/freedesktop: bump python version of docutils package as 3.8 no longer exists
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3c79867a..eccebd83 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -68,7 +68,7 @@ stages:
variables:
BUILD_OS: freebsd
FDO_DISTRIBUTION_VERSION: "13.0"
- FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess libpthread-stubs py38-docutils cairo'
+ FDO_DISTRIBUTION_PACKAGES: 'meson ninja pkgconf libpciaccess libpthread-stubs py39-docutils cairo'
# bump this tag every time you change something which requires rebuilding the
# base image
FDO_DISTRIBUTION_TAG: "2021-11-10.1"