Accepting request 1138784 from home:pgajdos

- have a possibility to not use pyarrow for testing [bsc#1218592]

OBS-URL: https://build.opensuse.org/request/show/1138784
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=62
This commit is contained in:
Markéta Machová 2024-01-15 13:35:37 +00:00 committed by Git OBS Bridge
parent d61c1f2124
commit f9749230d2
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 12 13:11:26 UTC 2024 - pgajdos@suse.com
- have a possibility to not use pyarrow for testing [bsc#1218592]
-------------------------------------------------------------------
Sat Dec 16 12:44:59 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,6 +24,7 @@
%define psuffix %{nil}
%bcond_with test
%endif
%bcond_without have_pyarrow
%{?sle15_python_module_pythons}
Name: python-fsspec%{psuffix}
@ -68,7 +69,9 @@ BuildRequires: %{python_module notebook}
BuildRequires: %{python_module numpy}
BuildRequires: %{python_module panel}
BuildRequires: %{python_module paramiko}
%if %{with have_pyarrow}
BuildRequires: %{python_module pyarrow}
%endif
BuildRequires: %{python_module pyftpdlib}
BuildRequires: %{python_module pygit2}
BuildRequires: %{python_module pytest-mock}