<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Luke Macken wrote:
<blockquote cite="mid:20070828201316.GE20753@crow.myhome.westell.com"
 type="cite">
  <pre wrap="">On Tue, Aug 28, 2007 at 01:32:31PM -0400, Konstantin Ryabitsev wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hello, all:

The python-setuptools package was split into two: python-setuptools,
containing runtime-specific files (pkg_resources.py) and
python-setuptools-devel, containing all other stuff necessary for
building python packages. If your package uses python-setuptools in
order to build, you will need to modify BuildRequires to reflect this
change:

bad: BuildRequires: python-setuptools
good: BuildRequires: python-setuptools-devel

Applies to:
F8 (current development) and up

Reasons for change:
Avoiding unnecessary dependencies on python-devel for those packages
that use the runtime components of python-setuptools .
See <a class="moz-txt-link-freetext" href="https://bugzilla.redhat.com/show_bug.cgi?id=251645">https://bugzilla.redhat.com/show_bug.cgi?id=251645</a> for more info.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
     'timlau': ['python-iniparse'],
  </pre>
</blockquote>
It  is fixed and build for rawhide in python-iniparse-0.2.1-2<br>
<br>
Tim<br>
</body>
</html>