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

Robert-AndrĂ© Mauchin <[email protected]> changed:

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



--- Comment #1 from Robert-AndrĂ© Mauchin <[email protected]> ---
 - Why:

mv %{srcname}-%{version} python2-%{srcname}
cp -a python2-%{srcname} python3-%{srcname}

find python2-%{srcname} -name '*.py' | xargs sed -i '1s|^#!.*|#!%{__python2}|'
find python3-%{srcname} -name '*.py' | xargs sed -i '1s|^#!.*|#!%{__python3}|'


 you can build python 2 and python 3 in the same directory with no issue.

-- 
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]/message/FE5DVW7RT6SH6DC2F4DDUAAPM25KT5SJ/

Reply via email to