f836bce Fix %%py_shebang_flags handling within %%py_check_import

Authored and Committed by ksurma 2 years ago
    Fix %%py_shebang_flags handling within %%py_check_import
    
    %%py{3}_check_import now respects the custom setting of %%py{3}_shebang_flags
    and invokes Python with the respective values.
    If %%py{3}_shebang_flags is undefined or set to no value,
    there no flags are passed to Python on invoke.
    Resolves: rhbz#2018615
    
        
file modified
+10 -3
file modified
+10 -3
file modified
+2 -0
file modified
+23 -2