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



--- Comment #6 from Julien Enselme <juj...@jujens.eu> ---
I think you misunderstood what I meant by remove upstream's egg-info.

You remove the generated egg-info during the build in install:
rm -fr
%{buildroot}%{python3_sitelib}/%{name_with_underscore}-%{version}-py?.?.egg-info

But these egg-info are required for the package to run correctly.

What I meant is:

the tarball you get from pypi contains a django_rest_framework_braces.egg-info
folder. You should remove it in %setup to be sure that all egg-info installed
are generated during the build.

The rest of the package looks fine.

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