forked from pool/python-Sphinx
Accepting request 518572 from home:TheBlackCat:branches:devel:languages:python
This fixes build errors in various python-foo-doc packages. - Add new latex dependencies needed in openSUSE:Factory - Check that latex dependencies are installable OBS-URL: https://build.opensuse.org/request/show/518572 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=87
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-Sphinx-doc
|
||||
# spec file for package python-Sphinx
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%if 0%{?suse_version} && ( 0%{?suse_version} != 1315 && 0%{?suse_version} > 1110 )
|
||||
%if 0%{?suse_version} != 1315
|
||||
%bcond_without latex
|
||||
%else
|
||||
%bcond_with latex
|
||||
@@ -153,6 +153,11 @@ Requires: tex(upquote.sty)
|
||||
Requires: tex(utf8.def)
|
||||
Requires: tex(utf8x.def)
|
||||
Requires: tex(wrapfig.sty)
|
||||
%if 0%{?suse_version} > 1320
|
||||
Requires: texlive-latexmk
|
||||
Requires: texlive-makeindex
|
||||
Requires: tex(varwidth.sty)
|
||||
%endif
|
||||
|
||||
%description latex
|
||||
Sphinx is a tool that makes it easy to create intelligent and beautiful
|
||||
|
Reference in New Issue
Block a user