[issue1533164] Installed but not listed *.pyo break bdist_rpm

Mads Kiilerich report at bugs.python.org
Sun Feb 22 12:04:08 CET 2009


Mads Kiilerich <mads at kiilerich.com> added the comment:

The command "rpm" is (now, and in rpm.org version) for runtime and
installation only. Rpm building is done by /usr/bin/rpm-build (from the
package with the same name, run "yum install rpm-build"). 

/usr/lib/python2.5/distutils/command/bdist_rpm.py will select rpm-build
if it is available. 

Yes, the fallback is confusing. That is a consequence of the rpm fork
and probably out of scope for this issue ;-)

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1533164>
_______________________________________


More information about the Python-bugs-list mailing list