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: Icaf0e62a8c6f0f873016ef1d17c434941e794c2f
This commit is contained in:
Joel Capitao 2023-07-25 18:54:40 +02:00
parent deb1869c6e
commit 8dc4c3cd1e
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# Copyright 2014 Red Hat, Inc.
#