From 1ad7aef19f57b007a350feac2b79f0ad22bcd3f1 Mon Sep 17 00:00:00 2001 From: dillon chen Date: Thu, 18 Jun 2020 17:29:01 +0800 Subject: [PATCH] modify Requires in gtk-doc.spec --- gtk-doc.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gtk-doc.spec b/gtk-doc.spec index 42f292d..ca47820 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -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. -- Gitee