Remove unused runtime dependency on python3-parameterized
The dependency is only using when running the tests.
This commit is contained in:
parent
5078861e33
commit
c76f28f4b4
@ -2,7 +2,7 @@
|
||||
|
||||
Name: gtk-doc
|
||||
Version: 1.33.1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: API documentation generation tool for GTK+ and GNOME
|
||||
|
||||
License: GPLv2+ and GFDL
|
||||
@ -33,7 +33,6 @@ BuildRequires: yelp-tools
|
||||
# Following are not automatically installed
|
||||
Requires: docbook-utils /usr/bin/xsltproc docbook-style-xsl
|
||||
Requires: python3-pygments
|
||||
Requires: python3-parameterized
|
||||
Requires: python3-anytree
|
||||
Requires: python3-lxml
|
||||
|
||||
@ -71,6 +70,9 @@ mv doc/README doc/README.docs
|
||||
%{_libdir}/cmake/
|
||||
|
||||
%changelog
|
||||
* Mon Jan 18 2021 David King <amigadave@amigadave.com> - 1.33.1-2
|
||||
- Remove unused runtime dependency on python3-parameterized
|
||||
|
||||
* Tue Nov 17 2020 Kalev Lember <klember@redhat.com> - 1.33.1-1
|
||||
- Update to 1.33.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user