This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
fixeria gerrit-no-reply at lists.osmocom.orgfixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ci/+/17251 )
Change subject: ansible/setup-simtest.yml: Python2 is deprecated, switch to Python3
......................................................................
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
---
M ansible/setup-simtest.yml
1 file changed, 5 insertions(+), 5 deletions(-)
Approvals:
pespin: Looks good to me, but someone else must approve
osmith: Looks good to me, approved
fixeria: Verified
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:
--
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/17251
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I555af88b0e6a5c082e1e0cbd6915649a8a942052
Gerrit-Change-Number: 17251
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200226/dc357bc3/attachment.htm>