https://bugzilla.redhat.com/show_bug.cgi?id=1262644 --- Comment #4 from Julien Enselme <jujens@xxxxxxxxx> --- > - Python3 by default I hit "save changes" a little fast. You are indeed using python3 by default, but you include the binary twice in python2 package and in python3 package. Since it is design to run with python3, please include it only in the python3 package. I don't think it can work with only the python2 version of the package. As stated in the guidelines, if the python2 executable behaves differently from the python3 one (which seems likely since it executes python code and python2 and python3 are not entirely compatible) you should provide a pyp-%{python2_version} binary in the python2 package. You can also have a pyp-%{python3_version} symlink to pyp. To do this, rename the executable `mv %{buildroot}%{_bindir}/pyp %{buildroot}%{_bindir}/pyp-%{python2_version}` before running %py3_install -- 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