https://bugzilla.redhat.com/show_bug.cgi?id=1212148

Alan Pevec <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]



--- Comment #4 from Alan Pevec <[email protected]> ---
Please make python3 conditional so it can be built for EL7 which doesn't have
python3 available:

%if 0%{?fedora}
%global with_python3 1
%endif

and wrap each python3 specific part of spec in
%if 0%{?with_python3}
...
%endif

e.g.
http://pkgs.fedoraproject.org/cgit/python-oslo-config.git/commit/?id=49e0694d3d0746010ae060ec3fde8358eae020a8

-- 
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
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to