From d6d93a207713802250d9ff9b2df80f1752c5c40d Mon Sep 17 00:00:00 2001 From: Tomáš Levora Date: Tue, 31 Mar 2020 10:15:32 +0200 Subject: Removing python 2 reference in BuildGuide MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As python 2 support ends, removing its rereferences from buildguide Issue-ID: OOM-2345 Signed-off-by: Tomáš Levora Change-Id: I1130fd15af21d3e5a8bb80228d4cb31b5d25e41d --- docs/BuildGuide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/BuildGuide.rst') diff --git a/docs/BuildGuide.rst b/docs/BuildGuide.rst index 5b2e2486..6317760c 100644 --- a/docs/BuildGuide.rst +++ b/docs/BuildGuide.rst @@ -61,9 +61,9 @@ Subsequent steps are the same on both platforms: :: # install following packages - yum install -y docker-ce-18.09.5 python-pip git createrepo expect nodejs npm jq + yum install -y docker-ce-18.09.5 git createrepo expect nodejs npm jq - # install Python 3 (download scripts don't support Python 2 anymore) + # install Python 3 yum install -y python36 python36-pip # docker daemon must be running on host -- cgit 1.2.3-korg