Closed mcepl closed 2 years ago
When packaging python3-application (note the name!) I found that all scripts in examples/ have still #!/usr/bin/python shebang which most commonly means using Python 2. It confuses our packaging scripts in openSUSE.
examples/
#!/usr/bin/python
This patch fixes the problem.
Shebang fixed
When packaging python3-application (note the name!) I found that all scripts in
examples/
have still#!/usr/bin/python
shebang which most commonly means using Python 2. It confuses our packaging scripts in openSUSE.This patch fixes the problem.