From 5911cf8b03264af9ea78f8aa46fab45112f18199 Mon Sep 17 00:00:00 2001 From: markeryang Date: Sat, 4 Mar 2023 15:20:55 +0800 Subject: [PATCH] add requires python3-lxml --- python-docutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-docutils.spec b/python-docutils.spec index c645180..10bb76a 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -4,7 +4,7 @@ Name: python-%{modname} 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 and Python and GPLv3+ URL: http://docutils.sourceforge.net @@ -24,6 +24,7 @@ to use, what-you-see-is-what-you-get plaintext markup language. %package -n python3-%{modname} Summary: %{summary} for python3 +Requires: python3-lxml Provides: python%{python3_pkgversion}dist(docutils) = %{version} Provides: python%{python3_version}dist(docutils) = %{version} Requires: python3-lxml @@ -95,6 +96,9 @@ popd %doc THANKS.txt docs tools/editors %changelog +* Sat Mar 4 2023 yanglongkang - 0.17.1-3 +- add requires python3-lxml + * Tue Oct 25 2022 zhangruifang - 0.17.1-2 - Rebuild for next release -- Gitee