2 Commits

2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Aug 13 05:40:03 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Add missing BuildRequires on pytest-asyncio.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Mar 25 17:26:58 UTC 2024 - Dirk Müller <dmueller@suse.com> Mon Mar 25 17:26:58 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package python-fsspec # spec file for package python-fsspec
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC and contributors
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -75,6 +75,7 @@ BuildRequires: %{python_module pyarrow}
%endif %endif
BuildRequires: %{python_module pyftpdlib} BuildRequires: %{python_module pyftpdlib}
BuildRequires: %{python_module pygit2} BuildRequires: %{python_module pygit2}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest-mock} BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: %{python_module python-snappy} BuildRequires: %{python_module python-snappy}