From 5234f4351d5ad6da748eded97c1e78a408966f4e Mon Sep 17 00:00:00 2001 From: huangtianhua Date: Tue, 22 Feb 2022 03:26:12 +0000 Subject: [PATCH] Remove python3-pbr requires to avoid cycle dependency --- python-sphinx.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 9a83d21..5d9ab10 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,7 +1,7 @@ Name: python-Sphinx Version: 2.2.0 -Release: 2 +Release: 3 Summary: Python documentation generator License: BSD URL: http://sphinx-doc.org/ @@ -22,7 +22,6 @@ Provides: python-sphinx # Base build requires BuildRequires: python3-devel BuildRequires: python3-setuptools -BuildRequires: python3-pbr BuildRequires: python3-pip BuildRequires: python3-wheel # General requires @@ -140,6 +139,9 @@ make test %{_docdir}/* %changelog +* Tue Feb 22 2022 huangtianhua - 2.2.0-3 +- Remove python3-pbr requires to avoid cycle dependency + * Fri Feb 11 2022 huangtianhua - 2.2.0-2 - Adds sphinx-{apidoc,autogen,build,quickstart}-3 commands back -- Gitee