Change in osmo-pcap[master]: osmoappdesc.py: switch to python 3

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/.

osmith gerrit-no-reply at lists.osmocom.org
Wed Dec 11 11:12:33 UTC 2019


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcap/+/16551 )


Change subject: osmoappdesc.py: switch to python 3
......................................................................

osmoappdesc.py: switch to python 3

Make build and external tests work with python3, so we can drop
the python2 dependency.

Note that the external tests, which are using this file, are currently
not enabled in jenkins (OS#4317). However, I've manually verified that the
external tests work with this change.

Related: OS#2819
Depends: osmo-python-tests I3ffc3519bf6c22536a49dad7a966188ddad351a7
Change-Id: I19a996458745026cff60608710944e5ab76d8976
---
M osmoappdesc.py
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcap refs/changes/51/16551/1

diff --git a/osmoappdesc.py b/osmoappdesc.py
index 38b18c0..331e6a9 100644
--- a/osmoappdesc.py
+++ b/osmoappdesc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 
 # (C) 2016 by Holger Hans Peter Freyther
 # This program is free software: you can redistribute it and/or modify

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcap/+/16551
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcap
Gerrit-Branch: master
Gerrit-Change-Id: I19a996458745026cff60608710944e5ab76d8976
Gerrit-Change-Number: 16551
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191211/c15c99ee/attachment.htm>


More information about the gerrit-log mailing list