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

Julien Enselme <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



--- Comment #6 from Julien Enselme <[email protected]> ---
If the install section for python3, you wrote:
rm -rf %{buildroot}%{python2_sitelib}/stuf/six.py*
ln -s ../six.py %{buildroot}/%{python2_sitelib}/stuf/six.py

instead of
rm -rf %{buildroot}%{python3_sitelib}/stuf/six.py*
ln -s ../six.py %{buildroot}/%{python3_sitelib}/stuf/six.py


The rest looks good. If you fix this, I will approve the package.

-- 
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