[Bug 628482] Review Request: python-zope-exceptions - Zope Exceptions

bugzilla at redhat.com bugzilla at redhat.com
Mon Aug 30 08:44:48 UTC 2010


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

Chen Lei <supercyper1 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |supercyper1 at gmail.com

--- Comment #1 from Chen Lei <supercyper1 at gmail.com> 2010-08-30 04:44:47 EDT ---
It seems this package don't actually depend on python-setuptools. 

Try:
find src -name "*.py" -exec grep setuptools {} \;

I also suggest to remove several lines which are only needed for F12 since F12
will be EOL after 3 months.

%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from
distutils.sysconfig import get_python_lib; print(get_python_lib())")}
%endif

%install
rm -rf $RPM_BUILD_ROOT

%clean
rm -rf $RPM_BUILD_ROOT

-- 
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 package-review mailing list