- Run fdupes again
- Run tests again - Remove python2-unittest2 dependency as it is not really needed (only required on python2.6) OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=13
This commit is contained in:
parent
95a7dac182
commit
9e49319d7e
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 10 16:24:17 UTC 2018 - tchvatal@suse.com
|
||||
|
||||
- Run fdupes again
|
||||
- Run tests again
|
||||
- Remove python2-unittest2 dependency as it is not really needed
|
||||
(only required on python2.6)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 3 12:34:51 UTC 2018 - rjschwei@suse.com
|
||||
|
||||
|
@ -28,7 +28,6 @@ Source: https://files.pythonhosted.org/packages/source/b/botocore/botoco
|
||||
Patch0: hide_py_pckgmgmt.patch
|
||||
# PATCH-FIX-OPENSUSE fix_tests.patch -- fix tests with removed vendored packages
|
||||
Patch1: fix_tests.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module docutils >= 0.10}
|
||||
BuildRequires: %{python_module jmespath < 1.0.0}
|
||||
BuildRequires: %{python_module jmespath >= 0.7.1}
|
||||
@ -50,7 +49,6 @@ BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module nose}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module six}
|
||||
BuildRequires: python-unittest2
|
||||
# /SECTION
|
||||
%python_subpackages
|
||||
|
||||
@ -72,8 +70,10 @@ sed -i 's/botocore\.vendored\.//' botocore/*.py tests/unit/*.py tests/unit/auth/
|
||||
|
||||
%install
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%check
|
||||
%python_expand nosetests-%{$python_bin_suffix} tests/unit
|
||||
|
||||
%files %{python_files}
|
||||
%doc README.rst
|
||||
|
Loading…
Reference in New Issue
Block a user