From d1e3feba577d626dd5eda8f8446cf1d4f5582a1f Mon Sep 17 00:00:00 2001 From: Thomas Moschny Date: Fri, 27 Aug 2010 12:48:04 +0200 Subject: [PATCH] - Add dependency on python-setuptools (see bz 626808). --- python-py.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.