https://bugzilla.redhat.com/show_bug.cgi?id=1486067



--- Comment #2 from Sandro Mani <[email protected]> ---
- You could simplify the Source URL as in python-subliminal

- There are tons of
python2-rebulk.noarch: E: wrong-script-interpreter
/usr/lib/python2.7/site-packages/rebulk/__init__.py /usr/bin/env python
python2-rebulk.noarch: E: non-executable-script
/usr/lib/python2.7/site-packages/rebulk/__init__.py 644 /usr/bin/env python
[...]

Python modules which are not scripts should not have a shebang.
Python scripts should be executable and must use
#!/usr/bin/python2
or
#!/usr/bin/python3
as per [1].

[1]
https://fedoraproject.org/wiki/User:Churchyard/Packaging:Python#Multiple_Python_Runtimes

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to