diff --git a/python-botocore.changes b/python-botocore.changes index dfcbe87..ea0ca0e 100644 --- a/python-botocore.changes +++ b/python-botocore.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 12 07:15:01 UTC 2020 - Tomáš Chvátal + +- Fix build without python2 available + ------------------------------------------------------------------- Mon Feb 17 17:30:50 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-botocore.spec b/python-botocore.spec index a919579..53de186 100644 --- a/python-botocore.spec +++ b/python-botocore.spec @@ -22,7 +22,6 @@ Version: 1.15.0 Release: 0 Summary: Python interface for AWS License: Apache-2.0 -Group: Development/Languages/Python URL: https://github.com/boto/botocore Source: https://files.pythonhosted.org/packages/source/b/botocore/botocore-%{version}.tar.gz Patch0: hide_py_pckgmgmt.patch @@ -81,12 +80,12 @@ sed -i 's/botocore\.vendored\.//' botocore/*.py tests/functional/*.py tests/inte %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_expand nosetests-%{$python_bin_suffix} tests/unit +%python_expand nosetests-%{$python_bin_suffix} -v tests/unit %files %{python_files} %doc README.rst %license LICENSE.txt %{python_sitelib}/botocore/ -%{python_sitelib}/botocore-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/botocore-%{version}-py*.egg-info %changelog