[python-pep8] RHBZ 633102: Requires: python-setuptools

Ian Weller ianweller at fedoraproject.org
Fri Jan 21 21:28:26 UTC 2011


commit 7a91422c4f26d9509500c9fbd0f7c80ed88dcb7c
Author: Ian Weller <ian at ianweller.org>
Date:   Fri Jan 21 15:27:29 2011 -0600

    RHBZ 633102: Requires: python-setuptools

 python-pep8.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/python-pep8.spec b/python-pep8.spec
index 3be4673..3cad308 100644
--- a/python-pep8.spec
+++ b/python-pep8.spec
@@ -4,7 +4,7 @@
 
 Name:           python-pep8
 Version:        0.6.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Python style guide checker
 
 Group:          Development/Languages
@@ -19,6 +19,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
+Requires:       python-setuptools
 
 %description
 pep8 is a tool to check your Python code against some of the style conventions
@@ -53,6 +54,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Jan 21 2011 Ian Weller <iweller at redhat.com> - 0.6.0-2
+- RHBZ 633102: Requires: python-setuptools
+
 * Tue Nov 16 2010 Ian Weller <iweller at redhat.com> - 0.6.0-1
 - Changed upstream (same code, new maintainer, new URL)
 - New release


More information about the scm-commits mailing list