aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-12-10 14:17:20 +0100
committerOliver Smith <osmith@sysmocom.de>2019-12-11 09:43:11 +0100
commit18cf9f39c560aaf7aa3952910a3a9f776c353fed (patch)
tree08447e538880e11ec31ed68fba7fd8a710b6470b
parent2e2db3e0ada8b8ea2fbffc98b2be2bec24bfc139 (diff)
osmoappdesc.py: switch to python 3osmith/fix-python3
Make build and external tests work with python3, so we can drop the python2 dependency. This should be merged shortly after osmo-python-tests was migrated to python3, and the jenkins build slaves were (automatically) updated to have the new osmo-python-tests installed. Related: OS#2819 Depends: osmo-python-tests I3ffc3519bf6c22536a49dad7a966188ddad351a7 Change-Id: Ic913e336a5a962fe9515479b03eecdbef0917721
-rw-r--r--osmoappdesc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmoappdesc.py b/osmoappdesc.py
index adb9662..e0263b5 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