1
0

Accepting request 1079907 from devel:languages:python:aws

OBS-URL: https://build.opensuse.org/request/show/1079907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-botocore?expand=0&rev=114
This commit is contained in:
Dominique Leuenberger 2023-04-18 13:52:11 +00:00 committed by Git OBS Bridge
commit 7a11808672
2 changed files with 6 additions and 2 deletions

View File

@ -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>

View File

@ -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}