https://bugzilla.redhat.com/show_bug.cgi?id=1055005 --- Comment #4 from Sergio Pascual <sergio.pasra@xxxxxxxxx> --- > > > - Python 3 runtime, your package does not have a Requires on python3. It's > > generated automatically for packages under python system directory. I > > haven't found a better way than an explicit > > Requires: python(abi) = 3.3 > Thanks again for good catch, fixed using >= 3.3 . I don't think you can do that (>= 3.3). Even if the code is compatible between 3.3 and (say), 3.4, the pyc and pyc have to be recompiled for each version of the interpreter. Instead of the explicit version you can use Requires: python(abi) = %{python3_version} -- 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 package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review