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

Merge pull request !5 from starlet_dx/openEuler-22.03-LTS-Next
This commit is contained in:
openeuler-ci-bot 2022-01-11 08:55:07 +00:00 committed by Gitee
commit 2ab3551ac3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

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