Updated BuildRequires with sphinx.
This commit is contained in:
parent
3a11b6cb93
commit
71f16372bf
@ -32,9 +32,9 @@ Source0: http://pypi.python.org/packages/source/P/%{upstream_name}/%{upst
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel >= 2.4, python-setuptools, python-nose
|
||||
BuildRequires: python2-devel >= 2.4, python-setuptools, python-nose, python-sphinx
|
||||
%if 0%{?with_python3}
|
||||
BuildRequires: python3-devel, python3-setuptools
|
||||
BuildRequires: python3-devel, python3-setuptools, python3-sphinx
|
||||
%if 0%{?fedora} >= 15
|
||||
BuildRequires: python3-nose
|
||||
%endif
|
||||
@ -208,6 +208,7 @@ popd
|
||||
%changelog
|
||||
* Mon Aug 24 2015 Steve Milner <smilner@redhat.com> - 2.0.2-1
|
||||
- update for upstream release.
|
||||
- Added python-pygments/python3-pygments to BuildRequires.
|
||||
|
||||
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user