add requires python3-lxml

This commit is contained in:
markeryang 2023-03-04 10:55:28 +08:00
parent 04c2d1efa2
commit 6acaa26dfd

View File

@ -8,7 +8,7 @@ to use, what-you-see-is-what-you-get plaintext markup language.
Name: python-docutils
Version: 0.17.1
Release: 2
Release: 3
Summary: Documentation Utilities Written in Python, for General- and Special-Purpose Use
License: Public Domain and BSD-2-Clause and Python and GPL-3.0-or-later
URL: http://docutils.sourceforge.net
@ -20,6 +20,7 @@ BuildArch: noarch
%package -n python3-docutils
Summary: Documentation Utilities Written in Python, for General- and Special-Purpose Use
Requires: python3-lxml
Provides: python-docutils = %{version}-%{release}
BuildRequires: python3-devel
%description -n python3-docutils
@ -80,6 +81,9 @@ python3 test/alltests.py
%license COPYING.txt licenses/*.txt
%changelog
* Sat Mar 4 2023 yanglongkang <yanglongkang@h-partners.com> - 0.17.1-3
- add requires python3-lxml
* Thu Jan 12 2023 yanglongkang <yanglongkang@h-partners.com> - 0.17.1-2
- Changing the binary packing mode