!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:
commit
2ab3551ac3
@ -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 <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
|
||||
- update to 1.17.26
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user