[Bug 526126] Review Request: python3 - Python 3.x (backwards incompatible version)

bugzilla at redhat.com bugzilla at redhat.com
Thu Oct 29 19:16:12 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


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





--- Comment #37 from Andrew McNabb <amcnabb at mcnabbs.org>  2009-10-29 15:16:08 EDT ---
The current specfile puts %{pylibdir}/config/* into the devel subpackage. 
However, distutils needs to load %{pylibdir}/config/Makefile (see the
get_makefile_filename() function in distutils/sysconfig.py.  Since distutils is
and should be in the main python3 package, then %{pylibdir}/config/Makefile
also needs to be in the main python3 package instead of the devel subpackage. 
Based on _init_posix() in distutils/sysconfig.py, it looks like this is also
true for /usr/include/python2.6/pyconfig.h.  The only alternative would be to
put distutils into the python3-devel subpackage, but that doesn't seem right at
all.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list