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

James Slagle <[email protected]> changed:

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



--- Comment #1 from James Slagle <[email protected]> ---
Hi, I'm doing an unofficial review as I'm seeking packager sponsorship.

It looks like you're missing a BuildRequires on python-setuptools.
The build in mock fails with:
+ /usr/bin/python setup.py build
Traceback (most recent call last):
  File "setup.py", line 4, in <module>
    from setuptools import setup
ImportError: No module named setuptools


You need to add the following line to your spec file:
BuildRequires:  python-setuptools

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to