https://bugzilla.redhat.com/show_bug.cgi?id=982336
Mario Blättermann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |[email protected] | |m Assignee|[email protected] |[email protected] | |m Flags| |fedora-review? --- Comment #1 from Mario Blättermann <[email protected]> --- The tarball contains a bundled egg-info. You have to remove it in %prep so that it gets rebuilt: rm -rf %{pypi_name}.egg-info See http://fedoraproject.org/wiki/Packaging:Python_Eggs#Upstream_Eggs for more info. There's a duplicate python3-setuptools in BuildRequires, please remove it. The example file is in the python2 package only. Unless it is not usable with python3, it should be available from both versions. Always consider the py2 and py3 versions of a package as completely independent from each other, so that useful docs should appear in both packages, too. I take this for a full review. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=gBrsyi1OKD&a=cc_unsubscribe _______________________________________________ package-review mailing list [email protected] https://admin.fedoraproject.org/mailman/listinfo/package-review
