Add provides for python2-nose. Fixes bug #1241670
This commit is contained in:
parent
87fc8f574a
commit
2e16445560
@ -17,7 +17,7 @@
|
||||
|
||||
Name: python-nose
|
||||
Version: 1.3.7
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Discovery-based unittest extension for Python
|
||||
|
||||
Group: Development/Languages
|
||||
@ -28,6 +28,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel
|
||||
Provides: python2-%{upstream_name}
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-setuptools
|
||||
@ -180,6 +181,9 @@ rm -rf %{buildroot}
|
||||
%endif # with_docs
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2015 Kevin Fenzi <kevin@scrye.com> 1.3.7-3
|
||||
- Add provides for python2-nose. Fixes bug #1241670
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.3.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
||||
@ -317,7 +321,7 @@ for %%check)
|
||||
- 0.10.0b1
|
||||
- Update license tag to LGPLv2
|
||||
|
||||
* Fri Jun 20 2007 Luke Macken <lmacken@redhat.com> 0.10.0-0.1.a2
|
||||
* Wed Jun 20 2007 Luke Macken <lmacken@redhat.com> 0.10.0-0.1.a2
|
||||
- 0.10.0a2
|
||||
|
||||
* Sat Jun 2 2007 Luke Macken <lmacken@redhat.com> 0.9.3-1
|
||||
|
Loading…
Reference in New Issue
Block a user