aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-12-10 14:27:09 +0100
committerOliver Smith <osmith@sysmocom.de>2019-12-11 09:35:24 +0100
commit832bcdf631188f77f8c640a513872f598e585724 (patch)
tree8df6e1c5c4a95b2952e5cc184f4694bc19c6d26a
parent73f9c02f49dcf6fff47ddac63f0fe6e329a5c95c (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: I48f4c2c520e8285aff5d6d65f95bd041c13466e8
-rw-r--r--osmoappdesc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/osmoappdesc.py b/osmoappdesc.py
index cee5a2444..58e72e10d 100644
--- a/osmoappdesc.py
+++ b/osmoappdesc.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# (C) 2013 by Katerina Barone-Adesi <kat.obsc@gmail.com>
# This program is free software: you can redistribute it and/or modify