From 6acaa26dfd46c6df92fba5a730a798e393fd6bfb Mon Sep 17 00:00:00 2001 From: markeryang Date: Sat, 4 Mar 2023 10:55:28 +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 a29d47f..8845583 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -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 - 0.17.1-3 +- add requires python3-lxml + * Thu Jan 12 2023 yanglongkang - 0.17.1-2 - Changing the binary packing mode -- Gitee