diff options
-rw-r--r-- | python-fsspec.spec | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python-fsspec.spec b/python-fsspec.spec index 0db3cb7..95a0593 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -13,8 +13,7 @@ Source0: %{url}/archive/refs/tags/%{version}.tar.gz#/filesystem_spec-%{ve BuildRequires: cmake BuildRequires: ninja-build -BuildRequires: python3-tqdm -BuildRequires: python3-requests +BuildRequires: python3-setuptools BuildRequires: python3-devel %description @@ -38,7 +37,7 @@ A specification that python filesystems should adhere to. %files -n python3-%{pypi_name} %license LICENSE %doc README.md -%{python3_sitearch}/* +%{python3_sitelib}/%{pypi_name} %changelog * Sun Mar 31 2024 YunShu |