#! /usr/bin/python3 -sPsP -tt is not a valid shebang, since shebangs can only contain one argument. This makes /usr/bin/fedora-review fail to start with:
#! /usr/bin/python3 -sPsP -tt
Unknown option: - usage: /usr/bin/python3 [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information.
I guess that's caused by %py3_builds's --executable="/usr/bin/python3 -sP thing. Using the new Python macros should do the trick.
%py3_builds
--executable="/usr/bin/python3 -sP
Anyway, -tt makes no sense on Python 3, let's get rid of it.
-tt
Fixed in https://pagure.io/FedoraReview/c/c9aa1122cd046ea3c6f43be4bb352c383c2e56ad?branch=master
Metadata Update from @salimma: - Issue close_status updated to: fixed - Issue status updated to: Closed (was: Open)