Update the shebang to python3

It's needed downstream when packaging. In RDO and Fedora,
we are hitting the issue "ERROR: ambiguous python shebang" during
the build.

Change-Id: I3f6fa3457b704bf57e3d7328f27e3440f57daa49
This commit is contained in:
Joel Capitao 2023-07-26 11:46:22 +02:00
parent a888d6be6b
commit ee6de65850
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2017 Massachusetts Open Cloud
#
# Licensed under the Apache License, Version 2.0 (the "License");