From e907f394a6d6778d236aa9473a39e419d6051e8496a4b5ccb81bc7e74a01382e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Thu, 12 Mar 2020 07:15:20 +0000 Subject: [PATCH] - Fix build without python2 available OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=65 --- python-botocore.changes | 5 +++++ python-botocore.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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