Add python-setuptools to Requires (Bug #408491)
This commit is contained in:
parent
065d0c84b4
commit
229ed19119
@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-nose
|
||||
Version: 0.10.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A discovery-based unittest extension for Python
|
||||
|
||||
Group: Development/Languages
|
||||
@ -14,6 +14,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python-devel python-setuptools-devel
|
||||
Requires: python-setuptools
|
||||
|
||||
|
||||
%description
|
||||
@ -46,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{python_sitelib}/nose
|
||||
|
||||
%changelog
|
||||
* Mon Dec 3 2007 Luke Macken <lmacken@redhat.com> 0.10.0-2
|
||||
- Add python-setuptools to Requires (Bug #408491)
|
||||
|
||||
* Tue Nov 27 2007 Luke Macken <lmacken@redhat.com> 0.10.0-1
|
||||
- 0.10.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user