aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-12-10 14:43:01 +0100
committerOliver Smith <osmith@sysmocom.de>2019-12-11 09:38:21 +0100
commit7aa63021b6bc29a1c3debf1db8cef387ea8c979e (patch)
tree4d8b31ccac89959e8fc4328c07ac77b7ca28f6b5
parent47ea18eb8ef7ad43d9ffd19801109d7711170c45 (diff)
osmoappdesc.py: switch to python 3osmith/fix-python3
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
-rw-r--r--osmoappdesc.py2
1 files changed, 1 insertions, 1 deletions
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