modify Requires in gtk-doc.spec

This commit is contained in:
dillon chen 2020-06-18 17:29:01 +08:00
parent 9c1fa4b85f
commit 1ad7aef19f

View File

@ -11,10 +11,14 @@ License: GPLv2+ and GFDL
URL: https://www.gtk.org/gtk-doc/
Source0: https://download.gnome.org/sources/gtk-doc/1.32/%{name}-%{version}.tar.xz
BuildRequires: python3-six python3-devel docbook-utils libxslt gettext source-highlight
BuildRequires: python3-six python3-devel docbook-utils libxslt gettext
BuildRequires: itstool yelp-tools docbook-style-xsl gcc gdb
Requires: python3-six source-highlight docbook-style-xsl libxslt docbook-utils
BuildRequires: python3-pygments
BuildRequires: python3-parameterized
BuildRequires: python3-anytree
BuildRequires: python3-lxml
Requires: docbook-style-xsl docbook-utils libxslt
Requires: python3-pygments python3-parameterized python3-anytree python3-lxml
%description
GTK-Doc is a project which was started to generate API documentation from comments added to C code.