Add Requires on python3-lxml (#1932011)

This commit is contained in:
David King 2021-02-23 19:42:09 +00:00
parent 0e8e84b20a
commit b8f5ad00db

View File

@ -2,7 +2,7 @@
Name: yelp-tools
Version: 40~beta
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Create, manage, and publish documentation for Yelp
License: GPLv2+
@ -20,6 +20,7 @@ Requires: /usr/bin/itstool
Requires: /usr/bin/xmllint
Requires: /usr/bin/xsltproc
Requires: mallard-rng
Requires: python3-lxml
Requires: yelp-xsl
%description
@ -48,6 +49,9 @@ wraps things up in a developer-friendly way.
%{_datadir}/aclocal/yelp.m4
%changelog
* Tue Feb 23 2021 David King <amigadave@amigadave.com> - 40~beta-2
- Add Requires on python3-lxml (#1932011)
* Thu Feb 18 2021 Kalev Lember <klember@redhat.com> - 40~beta-1
- Update to 40.beta
- Switch to meson build system