Accepting request 1010918 from home:bnavigator:branches:devel:languages:python:aws
- Don't test with python-s3fs: It is pinning aiobotocore which does not play well with a rolling distro gh#fsspec/s3fs#615, gh#aio-libs/aiobotocore#971 OBS-URL: https://build.opensuse.org/request/show/1010918 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=39
This commit is contained in:
parent
4ce40964a0
commit
1baeb4e870
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 14 11:11:45 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
- Don't test with python-s3fs: It is pinning aiobotocore which
|
||||
does not play well with a rolling distro
|
||||
gh#fsspec/s3fs#615, gh#aio-libs/aiobotocore#971
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 28 19:37:07 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
|
@ -60,7 +60,7 @@ BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module aiohttp}
|
||||
BuildRequires: %{python_module cloudpickle}
|
||||
BuildRequires: %{python_module distributed if %python-base < 3.10}
|
||||
BuildRequires: %{python_module distributed}
|
||||
BuildRequires: %{python_module fusepy}
|
||||
BuildRequires: %{python_module gcsfs}
|
||||
BuildRequires: %{python_module notebook}
|
||||
@ -72,7 +72,8 @@ BuildRequires: %{python_module pytest-mock}
|
||||
BuildRequires: %{python_module pytest}
|
||||
BuildRequires: %{python_module python-snappy}
|
||||
BuildRequires: %{python_module requests}
|
||||
BuildRequires: %{python_module s3fs}
|
||||
# Too tight of a aiobotocore pinning: gh#fsspec/s3fs#615, gh#aio-libs/aiobotocore#971
|
||||
#BuildRequires: %%{python_module s3fs}
|
||||
BuildRequires: %{python_module smbprotocol}
|
||||
BuildRequires: %{python_module zstandard}
|
||||
# cannot test git and http in the same installation (?)
|
||||
|
Loading…
x
Reference in New Issue
Block a user