From 57dce3c68fb63403be15e20f769ba7c38ba26537 Mon Sep 17 00:00:00 2001 From: "Sridhar K. N. Rao" Date: Fri, 30 Aug 2019 00:48:32 +0530 Subject: Python: Upgrade Python version from 3.4 to 3.6 This patch upgrade python version from 3.4 to 3.6 for the following systems. Centos rhel - 7.2, 7.3 and 7.5 ubuntu For fedora and opensuse - no specific option available. SLES is already using 3.6 Signed-off-by: Sridhar K. N. Rao Change-Id: Ib1a1cb04441c8fe53339f7f9a66e0266d6ceefe0 --- systems/ubuntu/14.04/build_base_machine.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systems/ubuntu/14.04/build_base_machine.sh') diff --git a/systems/ubuntu/14.04/build_base_machine.sh b/systems/ubuntu/14.04/build_base_machine.sh index a0e6895c..5501cab2 100755 --- a/systems/ubuntu/14.04/build_base_machine.sh +++ b/systems/ubuntu/14.04/build_base_machine.sh @@ -75,7 +75,7 @@ python3-setuptools python3-dbus python3-dev python3-tk -libpython3.4 +libpython3.6 python3-reportlab # libs -- cgit 1.2.3-korg