[python-py] - Add dependency on python-setuptools (see bz 626808).

Thomas Moschny thm at fedoraproject.org
Fri Aug 27 10:49:03 UTC 2010


commit d1e3feba577d626dd5eda8f8446cf1d4f5582a1f
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Aug 27 12:48:04 2010 +0200

    - Add dependency on python-setuptools (see bz 626808).

 python-py.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
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 <thomas.moschny at gmx.de> - 1.3.3-2
+- Add dependency on python-setuptools (see bz 626808).
+
 * Sat Jul 31 2010 Thomas Moschny <thomas.moschny at gmx.de> - 1.3.3-1
 - Update to 1.3.3.
 


More information about the scm-commits mailing list