https://bugzilla.redhat.com/show_bug.cgi?id=1056291 --- Comment #3 from Eduardo Echeverria <echevemaster@xxxxxxxxx> --- Sure. @Nathaniel You should use the available conditional for build py3 packages. %global with_python3 1 you have to do a copy of your py2 code into py3dir in order to build against py3 cp -a . %{py3dir} and fulfill the condition in each part of your build %if 0%{?with_python3} pushd %{py3dir} ......... popd -- 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