diff --git a/python-py.spec b/python-py.spec index 66b2eae..236b84d 100644 --- a/python-py.spec +++ b/python-py.spec @@ -2,7 +2,7 @@ Name: python-py Version: 1.3.3 -Release: 1%{?prerelease:.%{prerelease}}%{?dist} +Release: 2%{?prerelease:.%{prerelease}}%{?dist} Summary: Rapid testing (py.test) and development utils (pylib) Group: Development/Languages License: MIT and Public Domain @@ -19,6 +19,7 @@ BuildRequires: python-docutils BuildRequires: python-pygments BuildRequires: pylint BuildRequires: pexpect +Requires: python-setuptools %description @@ -64,6 +65,9 @@ rm -rf %{buildroot} %changelog +* Fri Aug 27 2010 Thomas Moschny - 1.3.3-2 +- Add dependency on python-setuptools (see bz 626808). + * Sat Jul 31 2010 Thomas Moschny - 1.3.3-1 - Update to 1.3.3.