diff options
author | CoprDistGit <infra@openeuler.org> | 2024-03-31 14:44:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-03-31 14:44:32 +0000 |
commit | edc4e3ffcd143ca203f02407279a62fcf0df437e (patch) | |
tree | d6d7044d2f8e4d5f1626d6791777fc01f4859c77 | |
parent | 663f8eddb591c3480cd2471d85ac10a238c3dd23 (diff) |
automatic import of python-fsspec
-rw-r--r-- | python-fsspec.spec | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/python-fsspec.spec b/python-fsspec.spec index 41f87d5..ab70c0e 100644 --- a/python-fsspec.spec +++ b/python-fsspec.spec @@ -30,15 +30,15 @@ A specification that python filesystems should adhere to. %autosetup -p1 -n filesystem_spec-%{pypi_version} %build -%py3_build +%pyproject_wheel %install -%py3_install +%pyproject_install +%pyproject_save_files %{srcname} -%files -n python3-%{pypi_name} -%license LICENSE +%files -n python3-%{pypi_name} -f %{pyproject_files} %doc README.md -%{python3_sitearch}/%{pypi_name} +%license LICENSE %changelog * Sun Mar 31 2024 YunShu |