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

Mario Blättermann <[email protected]> changed:

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

--- Comment #2 from Mario Blättermann <[email protected]> ---
BuildRequires:  python-devel
is deprecated, use python2-devel instead:

http://fedoraproject.org/wiki/Packaging:Python#BuildRequires


Please add the %doc files from the python3 package also to the python3 version.
You should consider both versions as completely independent from each other. If
someone installs the python3 package only, he/she wouldn't get any docs.


The source tarball contains a prebuilt egg. We don't ship python eggs from
upstream, they have to be rebuilt from source:

http://fedoraproject.org/wiki/Packaging:Python#Packaging_eggs_and_setuptools_concerns
http://fedoraproject.org/wiki/Packaging:Python_Eggs#Upstream_Eggs

Please remove the appropriate folder in %prep:

rm -rf *egg-info

In most of such cases, python-setuptools is a build requirement, here we would
need python3-setuptools additionally.

-- 
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=049aeFPDdX&a=cc_unsubscribe
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to