[python-flake8/epel7] Fix missing Requires (RHBZ# 1160221)

Matej Cepl mcepl at fedoraproject.org
Tue Nov 4 23:38:04 UTC 2014


commit 1f53472459f782408ea7bd26b8e45950168edc66
Author: Matěj Cepl <mcepl at redhat.com>
Date:   Wed Nov 5 00:38:17 2014 +0100

    Fix missing Requires (RHBZ# 1160221)

 python-flake8.spec |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/python-flake8.spec b/python-flake8.spec
index 96ac0a5..feefd74 100644
--- a/python-flake8.spec
+++ b/python-flake8.spec
@@ -1,4 +1,4 @@
-%if 0%{?fedora} > 12 
+%if 0%{?fedora} > 12
 %bcond_without python3
 %else
 %bcond_with python3
@@ -8,7 +8,7 @@
 
 Name:             python-%{modname}
 Version:          2.0
-Release:          4%{?dist}
+Release:          5%{?dist}
 Summary:          Code checking using pep8 and pyflakes
 
 Group:            Development/Languages
@@ -21,6 +21,9 @@ BuildRequires:    python2-devel python-nose python-setuptools
 BuildRequires:    python-mccabe >= 0.2
 BuildRequires:    python-pep8 >= 1.4.3
 BuildRequires:    pyflakes >= 0.6.1
+Requires:         python-mccabe >= 0.2
+Requires:         python-pep8 >= 1.4.3
+Requires:         pyflakes >= 0.6.1
 %if %{with python3}
 BuildRequires:    python3-devel
 BuildRequires:    python3-setuptools
@@ -141,6 +144,9 @@ popd
 
 
 %changelog
+* Wed Nov 05 2014 Matej Cepl <mcepl at redhat.com> - 2.0-5
+- Fix missing Requires (RHBZ# 1160221)
+
 * Mon Nov 18 2013 Matthias Runge <mrunge at redhat.com> - 2.0-4
 - use __python2 instead of __python
 - add CONTRIBUTORS.txt to py3 docs


More information about the scm-commits mailing list