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

Eduardo Mayorga <e...@mayorgalinux.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |e...@mayorgalinux.com



--- Comment #3 from Eduardo Mayorga <e...@mayorgalinux.com> ---
- Upgrade to the new macros available for >F22:
CFLAGS="$RPM_OPT_FLAGS" %{__python2} setup.py build -> %py2_build
CFLAGS="$RPM_OPT_FLAGS" %{__python3} setup.py build -> %py3_build
%{__python2} setup.py install --skip-build --root %{buildroot} -> %py2_install
%{__python3} setup.py install --skip-build --root %{buildroot} -> %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@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to