diff --git a/python-botocore.spec b/python-botocore.spec index 1ce2a5d3614480247119b297344729bbd40fdcde..0de2baea3ae48444fd4d4203256e023388a75690 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -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 - 1.20.26-2 +- Solve the problem of python-botocore compilation dependencies. + * Mon Jul 26 2021 OpenStack_SIG - 1.20.26-1 - update to 1.20.26