Removing python 2 reference in BuildGuide 26/104726/1
authorTomáš Levora <t.levora@partner.samsung.com>
Tue, 31 Mar 2020 08:15:32 +0000 (10:15 +0200)
committerTomáš Levora <t.levora@partner.samsung.com>
Tue, 31 Mar 2020 08:21:33 +0000 (10:21 +0200)
As python 2 support ends, removing its rereferences from buildguide

Issue-ID: OOM-2345

Signed-off-by: Tomáš Levora <t.levora@partner.samsung.com>
Change-Id: I1130fd15af21d3e5a8bb80228d4cb31b5d25e41d

docs/BuildGuide.rst

index 5b2e248..6317760 100644 (file)
@@ -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