From bc3d81450adb8d24be6d7a46c008c495f37d46ee Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Wed, 1 Feb 2023 11:05:32 +0800 Subject: [PATCH] Fix unit test error --- python-packaging.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-packaging.spec b/python-packaging.spec index 64eefee..b26da2a 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 @@ -11,6 +11,8 @@ BuildArch: noarch BuildRequires: python3-setuptools BuildRequires: python3-devel python3-pytest python3-pretend python3-pyparsing python3-six BuildRequires: python3-pip python3-wheel +BuildRequires: python3-betamax python3-mock python3-requests-mock + %if %{without bootstrap} BuildRequires: python3-sphinx %endif @@ -60,6 +62,9 @@ rm -rf html/_static/fonts/ %doc html LICENSE LICENSE.APACHE LICENSE.BSD %changelog +* Web Feb 01 2023 wangxiyuan - 20.4-3 +- Fix unit test error + * Thur Jan 27 2022 huangtianhua - 20.4-2 - Remove python2 support -- Gitee