diff --git a/python-cov-core.spec b/python-cov-core.spec index be5cf78..9c5f921 100644 --- a/python-cov-core.spec +++ b/python-cov-core.spec @@ -4,7 +4,7 @@ Name: python-%{pypi_name} Version: 1.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Plugin core for use by pytest-cov, nose-cov and nose2-cov License: MIT @@ -13,9 +13,11 @@ Source0: https://pypi.python.org/packages/source/c/%{pypi_name}/%{pypi_na BuildArch: noarch BuildRequires: python2-devel +BuildRequires: python-setuptools %if %{?with_python3} BuildRequires: python3-devel +BuildRequires: python3-setuptools %endif # if with_python3 Requires: python-coverage >= 3.4 @@ -81,5 +83,8 @@ popd %endif # with_python3 %changelog +* Mon Sep 16 2013 Bohuslav Kabrda - 1.7-2 +- Add BR: python-setuptools. + * Thu Sep 05 2013 Bohuslav Kabrda - 1.7-1 - Initial package.