From 6755bc30920a0984971eeea32a92f0188cdc6be6 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Tue, 25 Feb 2020 00:55:59 +0700 Subject: ansible/setup-simtest.yml: Python2 is deprecated, switch to Python3 PySIM is about to switch to Python3, so Jenkins must be ready. Change-Id: I555af88b0e6a5c082e1e0cbd6915649a8a942052 --- ansible/setup-simtest.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ansible/setup-simtest.yml b/ansible/setup-simtest.yml index 2cbd45b..8ab6f7e 100644 --- a/ansible/setup-simtest.yml +++ b/ansible/setup-simtest.yml @@ -15,11 +15,11 @@ with_items: - vim - ca-certificates - - python-minimal - - python-setuptools - - python-pip - - python-serial - - python-pyscard + - python3-minimal + - python3-setuptools + - python3-pip + - python3-serial + - python3-pyscard - virtualenv roles: -- cgit v1.2.3