File shebang-fixes.patch of Package pyfa

Index: Pyfa-2.22.0/db_update.py
===================================================================
--- Pyfa-2.22.0.orig/db_update.py
+++ Pyfa-2.22.0/db_update.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #======================================================================
 # Copyright (C) 2012 Diego Duclos
 #
Index: Pyfa-2.22.0/pyfa.py
===================================================================
--- Pyfa-2.22.0.orig/pyfa.py
+++ Pyfa-2.22.0/pyfa.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 # ==============================================================================
 # Copyright (C) 2010 Diego Duclos
 #
Index: Pyfa-2.22.0/scripts/compile_data.py
===================================================================
--- Pyfa-2.22.0.orig/scripts/compile_data.py
+++ Pyfa-2.22.0/scripts/compile_data.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 This script bootstraps Phobos from a supplied path and feeds it
 information regarding EVE data paths and where to dump data. It then imports
@@ -60,4 +60,4 @@ os.chdir(dump_path)
 call(["git.exe", "add", "."])
 call(["git.exe", "commit", "-m", "Commit"])
 
-print("\nAll done.")
\ No newline at end of file
+print("\nAll done.")
Index: Pyfa-2.22.0/scripts/dump_data.py
===================================================================
--- Pyfa-2.22.0.orig/scripts/dump_data.py
+++ Pyfa-2.22.0/scripts/dump_data.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
 """
 This script bootstraps Phobos from a supplied path and feeds it
 information regarding EVE data paths and where to dump data. It then imports
Index: Pyfa-2.22.0/scripts/dynamicattributes.py
===================================================================
--- Pyfa-2.22.0.orig/scripts/dynamicattributes.py
+++ Pyfa-2.22.0/scripts/dynamicattributes.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.7
+#!/usr/bin/python3
 
 """
 This script will generate a dynamicItemAttributes.json file using res files
Index: Pyfa-2.22.0/scripts/effectUsedBy.py
===================================================================
--- Pyfa-2.22.0.orig/scripts/effectUsedBy.py
+++ Pyfa-2.22.0/scripts/effectUsedBy.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #======================================================================
 # Copyright (C) 2010 Anton Vorobyov
 #
Index: Pyfa-2.22.0/scripts/findNonMarket.py
===================================================================
--- Pyfa-2.22.0.orig/scripts/findNonMarket.py
+++ Pyfa-2.22.0/scripts/findNonMarket.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 import copy
 import os.path
Index: Pyfa-2.22.0/scripts/icons_update.py
===================================================================
--- Pyfa-2.22.0.orig/scripts/icons_update.py
+++ Pyfa-2.22.0/scripts/icons_update.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.7
+#!/usr/bin/python3
 
 """
 This script updates only market/item icons.
Index: Pyfa-2.22.0/scripts/itemDiff.py
===================================================================
--- Pyfa-2.22.0.orig/scripts/itemDiff.py
+++ Pyfa-2.22.0/scripts/itemDiff.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 #===============================================================================
 # Copyright (C) 2010-2011 Anton Vorobyov
 #
Index: Pyfa-2.22.0/scripts/renders_update.py
===================================================================
--- Pyfa-2.22.0.orig/scripts/renders_update.py
+++ Pyfa-2.22.0/scripts/renders_update.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python3
 
 """
 This script updates ship renders and removes unused ones.
openSUSE Build Service is sponsored by