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

Neal Gompa <[email protected]> changed:

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



--- Comment #7 from Neal Gompa <[email protected]> ---
If you want to change Python versions easily with the macros, you can do the
following:

%global __python %{__python3}

....

%build
%py_build
...
%install
%py_install
...
%files
%{python_sitelib}/*
...

-- 
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]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]

Reply via email to