Skip to content

Commit d04b8c4

Browse files
committed
CI: CentOS Stream 9 has renamed python36 to python3
1 parent 767fa0c commit d04b8c4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.ci/centos/Dockerfile.deps.tmpl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ ifelse(eval(cosrelease == 8), 1, `dnl
3232
ifelse(eval(cosrelease < 9), 1, `dnl
3333
python2-devel \
3434
python2-six \
35+
python36-devel \
3536
',`dnl
37+
python3-devel \
3638
python3-six \
3739
')dnl
3840
ifelse(eval(cosrelease < 8), 1, `dnl
@@ -41,7 +43,6 @@ ifelse(eval(cosrelease < 8), 1, `dnl
4143
',`dnl
4244
python3-gobject-base \
4345
')dnl
44-
python36-devel \
4546
python3-rpm-macros \
4647
redhat-rpm-config \
4748
rpm-build \

0 commit comments

Comments
 (0)