Remove the dependency on python-nose for compilation, and change it to python-nose2.

This commit is contained in:
starlet-dx 2022-01-11 12:12:48 +08:00
parent ca03d312b5
commit 9c3cdd34c9

View File

@ -1,7 +1,7 @@
%global pypi_name boto3 %global pypi_name boto3
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.17.26 Version: 1.17.26
Release: 1 Release: 2
Summary: The AWS SDK for Python Summary: The AWS SDK for Python
License: Apache-2.0 License: Apache-2.0
URL: https://github.com/boto/boto3 URL: https://github.com/boto/boto3
@ -19,7 +19,7 @@ BuildRequires: python3-devel python3-setuptools
BuildRequires: python3-s3transfer BuildRequires: python3-s3transfer
BuildRequires: python3-jmespath BuildRequires: python3-jmespath
BuildRequires: python3-botocore BuildRequires: python3-botocore
BuildRequires: python3-nose BuildRequires: python3-nose2
BuildRequires: python3-mock BuildRequires: python3-mock
%{?python_provide:%python_provide python3-%{pypi_name}} %{?python_provide:%python_provide python3-%{pypi_name}}
%description -n python3-%{pypi_name} %description -n python3-%{pypi_name}
@ -46,6 +46,9 @@ rm -rf tests/integration
%{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/ %{python3_sitelib}/%{pypi_name}-%{version}-*.egg-info/
%changelog %changelog
* Tue Jan 11 2022 yaoxin <yaoxin30@huawei.com> - 1.17.26-2
- Remove the dependency on python-nose for compilation, and change it to python-nose2.
* Sun Jul 25 2021 OpenStack_SIG <openstack@openeuler.org> - 1.17.26-1 * Sun Jul 25 2021 OpenStack_SIG <openstack@openeuler.org> - 1.17.26-1
- update to 1.17.26 - update to 1.17.26