From faad7c584ce05bef41bececda67146c5452a8ea40952a9b988016cb975273999 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 31 Oct 2022 20:06:06 +0000 Subject: [PATCH] Small cleanup. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fsspec?expand=0&rev=42 --- python-fsspec.spec | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/python-fsspec.spec b/python-fsspec.spec index 9907300..c9ba1bd 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -16,7 +16,6 @@ # -%{?!python_module:%define python_module() python-%{**} python3-%{**}} %global flavor @BUILD_FLAVOR@%{nil} %if "%{flavor}" == "test" %define psuffix -test @@ -40,23 +39,23 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: fuse BuildRequires: python-rpm-macros -%if 0%{?python_version_nodots} < 38 -Requires: python-importlib_metadata -%endif Requires: fuse Suggests: python-adlfs Suggests: python-aiohttp -Suggests: python-pygit2 -Suggests: python-dropboxdrivefs -Suggests: python-dropbox Suggests: python-dask Suggests: python-distributed +Suggests: python-dropbox +Suggests: python-dropboxdrivefs Suggests: python-gcsfs Suggests: python-paramiko +Suggests: python-pygit2 Suggests: python-requests Suggests: python-s3fs Suggests: python-smbprotocol BuildArch: noarch +%if 0%{?python_version_nodots} < 38 +Requires: python-importlib_metadata +%endif %if %{with test} BuildRequires: %{python_module aiohttp} BuildRequires: %{python_module cloudpickle}