Solve the problem of python-botocore compilation dependencies.

This commit is contained in:
starlet-dx 2022-01-08 18:58:39 +08:00
parent 82f52ae7ee
commit 560449b9c4

View File

@ -1,7 +1,7 @@
%global pypi_name botocore
Name: python-%{pypi_name}
Version: 1.20.26
Release: 1
Release: 2
Summary: Low-level, data-driven core of boto 3
License: Apache-2.0
URL: https://github.com/boto/botocore
@ -14,10 +14,9 @@ botocore package is the foundation for the AWS CLI as well as boto3.
%package -n python3-%{pypi_name}
Summary: Low-level, data-driven core of boto 3
BuildRequires: python3-devel python3-setuptools
buildRequires: python3-nose
buildRequires: python3-pytest
buildRequires: python3-tox
buildRequires: python3-mock
buildRequires: python3-behave
buildRequires: python3-jsonschema
BuildRequires: python3-urllib3
BuildRequires: python3-dateutil
@ -41,8 +40,7 @@ rm -vr tests/functional/leak
%py3_install
%check
cd tests
nosetests-%{python3_version} unit functional
%{__python3} -m pytest
%files -n python3-%{pypi_name}
%doc README.rst
@ -51,6 +49,9 @@ nosetests-%{python3_version} unit functional
%{python3_sitelib}/%{pypi_name}-*.egg-info/
%changelog
* Mon Jan 10 2022 yaoxin <yaoxin30@huawei.com> - 1.20.26-2
- Solve the problem of python-botocore compilation dependencies.
* Mon Jul 26 2021 OpenStack_SIG <openstack@openeuler.org> - 1.20.26-1
- update to 1.20.26