diff options
author | CoprDistGit <infra@openeuler.org> | 2024-03-31 14:52:32 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-03-31 14:52:32 +0000 |
commit | 6d836423432bf6a11608de0a02ddc4ae2c3d6e85 (patch) | |
tree | 5598d9a283dd606d8b311e0fbef59cf510dbd637 /python-fsspec.spec | |
parent | edc4e3ffcd143ca203f02407279a62fcf0df437e (diff) |
automatic import of python-fsspec
Diffstat (limited to 'python-fsspec.spec')
-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 ab70c0e..0db3cb7 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 -%pyproject_wheel +%py3_build %install -%pyproject_install -%pyproject_save_files %{srcname} +%py3_install -%files -n python3-%{pypi_name} -f %{pyproject_files} -%doc README.md +%files -n python3-%{pypi_name} %license LICENSE +%doc README.md +%{python3_sitearch}/* %changelog * Sun Mar 31 2024 YunShu |