forked from pool/python-botocore
Accepting request 1079886 from home:pgajdos:python
- python-six is not required OBS-URL: https://build.opensuse.org/request/show/1079886 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:aws/python-botocore?expand=0&rev=185
This commit is contained in:
parent
347fb45acd
commit
b6b8cf452b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 17 09:24:50 UTC 2023 - pgajdos@suse.com
|
||||
|
||||
- python-six is not required
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 13 08:13:35 UTC 2023 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -38,7 +38,6 @@ BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-requests
|
||||
Requires: python-six
|
||||
Requires: (python-jmespath >= 0.7.1 with python-jmespath < 2.0.0)
|
||||
Requires: (python-python-dateutil >= 2.1 with python-python-dateutil < 3.0.0)
|
||||
Requires: (python-urllib3 >= 1.25.4 with python-urllib3 < 1.27)
|
||||
@ -79,7 +78,7 @@ sed -i 's/botocore\.vendored\.//' botocore/*.py tests/functional/*.py tests/inte
|
||||
%check
|
||||
# TODO: Figure out whether integration tests are possible offline
|
||||
# no_bare_six_imports: we "fixed" that above.
|
||||
%pytest --ignore tests/integration -k "not no_bare_six_imports"
|
||||
%pytest --ignore tests/integration -k "not six"
|
||||
%endif
|
||||
|
||||
%if !%{with test}
|
||||
|
Loading…
Reference in New Issue
Block a user