Skip to content

Commit 767fa0c

Browse files
committed
CI: CentOS Stream 9 has no Python 2
1 parent 669206b commit 767fa0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci/centos/Dockerfile.deps.tmpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,12 @@ ifelse(eval(cosrelease == 8), 1, `dnl
2929
meson \
3030
ninja-build \
3131
pkgconfig \
32+
ifelse(eval(cosrelease < 9), 1, `dnl
3233
python2-devel \
3334
python2-six \
35+
',`dnl
36+
python3-six \
37+
')dnl
3438
ifelse(eval(cosrelease < 8), 1, `dnl
3539
python-gobject-base \
3640
python36-gobject-base \

0 commit comments

Comments
 (0)