From 1f53472459f782408ea7bd26b8e45950168edc66 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Nov 04 2014 23:38:17 +0000 Subject: Fix missing Requires (RHBZ# 1160221) --- 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 - 2.0-5 +- Fix missing Requires (RHBZ# 1160221) + * Mon Nov 18 2013 Matthias Runge - 2.0-4 - use __python2 instead of __python - add CONTRIBUTORS.txt to py3 docs