Skip to content
This repository was archived by the owner on Jan 14, 2021. It is now read-only.

Commit fcf65c2

Browse files
committed
Port the Dockerfile used by travis to use python3
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
1 parent 16d23f5 commit fcf65c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis-Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@ RUN yum -y update && \
1212
gcc-c++ \
1313
krb5-devel \
1414
libffi-devel \
15-
libyaml-devel \
15+
# libyaml-devel \
1616
openssl-devel \
17-
python27 \
18-
python-devel \
19-
python-pip \
17+
python3 \
18+
python3-devel \
19+
python3-pip \
2020
redhat-rpm-config \
2121
swig \
2222
zeromq-devel \
2323
rpm-devel \
24-
python2-koji \
24+
python3-koji \
2525
libmodulemd && \
2626
yum clean all
2727

0 commit comments

Comments
 (0)