Spec files are targeted to python 3 (It would be better to say what is the minimal 3.x version. E.g. monotonic dependency could be removed (monotonic.monotonic() -> time.monotonic() for py3.3+)
On the other hand, debian scripts are using py2, not sure if it still works, etc.