Require python-setuptools (#556290)

This commit is contained in:
Luke Macken 2010-01-17 22:13:55 +00:00
parent c512576df2
commit 28c1de1fd6
1 changed files with 14 additions and 10 deletions

View File

@ -1,15 +1,16 @@
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
Name: python-coverage
Summary: Code coverage testing module for Python
Version: 3.2
Release: 1%{?dist}
License: BSD
Group: System Environment/Libraries
URL: http://nedbatchelder.com/code/modules/coverage.html
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-setuptools, python-devel
Name: python-coverage
Summary: Code coverage testing module for Python
Version: 3.2
Release: 2%{?dist}
License: BSD
Group: System Environment/Libraries
URL: http://nedbatchelder.com/code/modules/coverage.html
Source0: http://pypi.python.org/packages/source/c/coverage/coverage-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: python-setuptools, python-devel
Requires: python-setuptools
%description
Coverage.py is a Python module that measures code coverage during Python
@ -41,6 +42,9 @@ rm -rf %{buildroot}
%{python_sitearch}/coverage*.egg-info/
%changelog
* Sun Jan 17 2010 Luke Macken <lmacken@redhat.com> - 3.2-22
- Require python-setuptools (#556290)
* Wed Dec 9 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 3.2-1
- update to 3.2