Remove unused dependency on xapian
This commit is contained in:
parent
666119c5a0
commit
b5d2654d1b
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: python-%{pypi_name}
|
Name: python-%{pypi_name}
|
||||||
Version: 1.0.1
|
Version: 1.0.1
|
||||||
Release: 10.20180316git%{?dist}
|
Release: 11.20180316git%{?dist}
|
||||||
Summary: Sphinx API for Web Apps
|
Summary: Sphinx API for Web Apps
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -32,7 +32,6 @@ BuildRequires: python2-six
|
|||||||
BuildRequires: python2-sphinx
|
BuildRequires: python2-sphinx
|
||||||
BuildRequires: python2-sqlalchemy
|
BuildRequires: python2-sqlalchemy
|
||||||
BuildRequires: python2-whoosh
|
BuildRequires: python2-whoosh
|
||||||
BuildRequires: python2-xapian
|
|
||||||
Requires: python2-docutils
|
Requires: python2-docutils
|
||||||
Requires: python2-jinja2
|
Requires: python2-jinja2
|
||||||
Requires: python2-six
|
Requires: python2-six
|
||||||
@ -58,7 +57,6 @@ BuildRequires: python3-six
|
|||||||
BuildRequires: python3-sphinx
|
BuildRequires: python3-sphinx
|
||||||
BuildRequires: python3-sqlalchemy
|
BuildRequires: python3-sqlalchemy
|
||||||
BuildRequires: python3-whoosh
|
BuildRequires: python3-whoosh
|
||||||
BuildRequires: python3-xapian
|
|
||||||
Requires: python3-docutils
|
Requires: python3-docutils
|
||||||
Requires: python3-jinja2
|
Requires: python3-jinja2
|
||||||
Requires: python3-six
|
Requires: python3-six
|
||||||
@ -111,6 +109,9 @@ PYTHONPATH=. py.test-3 tests/
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 16 2018 Miro Hrončok <mhroncok@redhat.com> - 1.0.1-11.20180316git
|
||||||
|
- Remove unused dependency on xapian
|
||||||
|
|
||||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-10.20180316git
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-10.20180316git
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user