]> granicus.if.org Git - graphviz/commitdiff
CI: stop installing a custom Python on CentOS 7
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 9 Jan 2022 01:47:14 +0000 (17:47 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 9 Jan 2022 17:40:45 +0000 (09:40 -0800)
It is not clear to me why this was pulling in a custom Python 3.6 when Python
3.6 is in the default repositories on CentOS 7. It is possible it was not
packaged there at the time this Dockerfile was written.

ci/centos7/Dockerfile

index 31f865f0aed84ab530bfd20b10a9124c20c2f0fd..9d8a50eda8aa2b1539af6a6aeaa9448ac2a10f02 100644 (file)
@@ -80,7 +80,6 @@ tk-devel \
 # Test utilities
 python3-pip \
 python3-setuptools \
-&& rpm --install https://download-ib01.fedoraproject.org/pub/epel/7/x86_64/Packages/p/python36-py-1.4.32-2.el7.noarch.rpm \
 && alternatives --install /usr/local/bin/cmake cmake /usr/bin/cmake3 20 \
 --slave /usr/local/bin/ctest ctest /usr/bin/ctest3 \
 --slave /usr/local/bin/cpack cpack /usr/bin/cpack3 \