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

BJ Dierkes <[email protected]> changed:

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

--- Comment #2 from BJ Dierkes <[email protected]> 2010-04-29 14:36:01 EDT 
---
This package "BuildRequires" python-distribute … if not installed 'python
setup.py build' installs it from pypi during the rpm build process due to:

from distribute_setup import use_setuptools; use_setuptools()


This is fine for Fedora 13+ (adding BuildRequires: python-setuptools which is
actually distribute) but not for anything older.  Would need to patch it to use
setuptools (only for EPEL or Fedora < 13) if you want to maintain for
older/existing releases.

-----------------------------------------------------------------------------

Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.g0ymb2
+ umask 022
+ cd /home/wdierkes/packages/fedora_review/python-cloudservers/BUILD
+ cd jacobian-python-cloudservers-0c27daa
+ LANG=C
+ export LANG
+ unset DISPLAY
+ /usr/bin/python setup.py build
Downloading
http://pypi.python.org/packages/source/d/distribute/distribute-0.6.8.tar.gz
Extracting in /tmp/tmpNcSdXS
Now working in /tmp/tmpNcSdXS/distribute-0.6.8
Building a Distribute egg in
/home/wdierkes/packages/fedora_review/python-cloudservers/BUILD/jacobian-python-cloudservers-0c27daa
/home/wdierkes/packages/fedora_review/python-cloudservers/BUILD/jacobian-python-cloudservers-0c27daa/distribute-0.6.8-py2.6.egg
...

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

Reply via email to