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
This commit is contained in:
Oliver Smith 2019-12-10 14:43:01 +01:00
parent 47ea18eb8e
commit 7aa63021b6
1 changed files with 1 additions and 1 deletions

View File

@ -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