From 8524533996b78c31f682d42db9c27106a9312004 Mon Sep 17 00:00:00 2001 From: starlet-dx <15929766099@163.com> Date: Tue, 11 Jan 2022 12:12:48 +0800 Subject: [PATCH] Remove the dependency on python-nose for compilation, and change it to python-nose2. (cherry picked from commit 9c3cdd34c9024c7ece36504ed306c1b6e515d15f) --- python-boto3.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-boto3.spec b/python-boto3.spec index 118aecd..c7e0cb0 100644 --- a/python-boto3.spec +++ b/python-boto3.spec @@ -1,7 +1,7 @@ %global pypi_name boto3 Name: python-%{pypi_name} Version: 1.17.26 -Release: 1 +Release: 2 Summary: The AWS SDK for Python License: Apache-2.0 URL: https://github.com/boto/boto3 @@ -19,7 +19,7 @@ BuildRequires: python3-devel python3-setuptools BuildRequires: python3-s3transfer BuildRequires: python3-jmespath BuildRequires: python3-botocore -BuildRequires: python3-nose +BuildRequires: python3-nose2 BuildRequires: python3-mock %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} @@ -46,6 +46,9 @@ rm -rf tests/integration %{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/ %changelog +* Tue Jan 11 2022 yaoxin - 1.17.26-2 +- Remove the dependency on python-nose for compilation, and change it to python-nose2. + * Sun Jul 25 2021 OpenStack_SIG - 1.17.26-1 - update to 1.17.26 -- Gitee