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=487097
--- Comment #18 from Dan Young dyoung@mesd.k12.or.us 2009-10-16 19:57:02 EDT --- (In reply to comment #15)
(In reply to comment #14)
Please re-add the "BuildRequires: python-setuptools-devel" to the spec. I was unable to build it cleanly in mock without this.
I attempted to build on a fully up-to-date F11 x86_64 box on mock using the fedora-11-x86_64 target.
I'm running an up-to-date Fedora 11 x86_64 too I was able to rebuild ReviewBoard-1.0.1-1.fc11.src.rpm after removing the python-setuptools-devel package. What errors are you getting?
A mock build barfs without a BuildRequires on python-setuptools, specifically:
+ /usr/bin/python setup.py build Traceback (most recent call last): File "setup.py", line 15, in <module> from setuptools import setup, find_packages ImportError: No module named setuptools
I've added "BuildRequires: python-setuptools" to fix the above and "Requires: python-pygments\nRequires: django-evolution" per jkatz in comment #17: http://files.mesd.k12.or.us/~dyoung/reviewboard/ReviewBoard.spec http://files.mesd.k12.or.us/~dyoung/reviewboard/ReviewBoard-1.0.1-2.fc11.src...