Update Python 2 dependency declarations to new packaging standards
This commit is contained in:
parent
727fc5ff52
commit
188cf32647
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 6.20171013git%{?dist}
|
Release: 7.20171013git%{?dist}
|
||||||
Summary: Sphinx API for Web Apps
|
Summary: Sphinx API for Web Apps
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -24,22 +24,22 @@ documentation into your Web application.
|
|||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
%{?python_provide:%python_provide python2-%{pypi_name}}
|
%{?python_provide:%python_provide python2-%{pypi_name}}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
BuildRequires: python-docutils
|
BuildRequires: python2-docutils
|
||||||
BuildRequires: python-jinja2
|
BuildRequires: python2-jinja2
|
||||||
BuildRequires: python-mock
|
BuildRequires: python2-mock
|
||||||
BuildRequires: python-pytest
|
BuildRequires: python2-pytest
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: python-six
|
BuildRequires: python2-six
|
||||||
BuildRequires: python-sphinx
|
BuildRequires: python2-sphinx
|
||||||
BuildRequires: python-sqlalchemy
|
BuildRequires: python2-sqlalchemy
|
||||||
BuildRequires: python-whoosh
|
BuildRequires: python2-whoosh
|
||||||
BuildRequires: xapian-bindings-python
|
BuildRequires: python2-xapian
|
||||||
Requires: python-docutils
|
Requires: python2-docutils
|
||||||
Requires: python-jinja2
|
Requires: python2-jinja2
|
||||||
Requires: python-six
|
Requires: python2-six
|
||||||
Requires: python-sphinx
|
Requires: python2-sphinx
|
||||||
Requires: python-sqlalchemy
|
Requires: python2-sqlalchemy
|
||||||
Requires: python-whoosh
|
Requires: python2-whoosh
|
||||||
|
|
||||||
%description -n python2-%{pypi_name}
|
%description -n python2-%{pypi_name}
|
||||||
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx
|
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx
|
||||||
@ -112,6 +112,10 @@ PYTHONPATH=. py.test-3 tests/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 28 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.0.1-7.20171013git
|
||||||
|
- Update Python 2 dependency declarations to new packaging standards
|
||||||
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||||
|
|
||||||
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6.20171013git
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-6.20171013git
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user