From 174184627d82eae627a26e68748aea0385007387 Mon Sep 17 00:00:00 2001 From: han-guangyu Date: Thu, 2 Mar 2023 10:21:19 +0000 Subject: [PATCH] Fix install error --- python-packaging.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-packaging.spec b/python-packaging.spec index 64eefee..a2139e5 100644 --- a/python-packaging.spec +++ b/python-packaging.spec @@ -2,7 +2,7 @@ Name: python-packaging Version: 20.4 -Release: 2 +Release: 3 Summary: Some core utilities for python packages License: BSD and ASL 2.0 URL: https://github.com/pypa/packaging @@ -12,7 +12,7 @@ BuildRequires: python3-setuptools BuildRequires: python3-devel python3-pytest python3-pretend python3-pyparsing python3-six BuildRequires: python3-pip python3-wheel %if %{without bootstrap} -BuildRequires: python3-sphinx +BuildRequires: python3-sphinx == 2.2.0 %endif %description @@ -60,6 +60,9 @@ rm -rf html/_static/fonts/ %doc html LICENSE LICENSE.APACHE LICENSE.BSD %changelog +* Thu Mar 02 2023 OpenStack_SIG - 20.4-3 +- Fix install error + * Thur Jan 27 2022 huangtianhua - 20.4-2 - Remove python2 support -- Gitee