diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-15 15:45:07 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-15 15:45:07 +0000 |
commit | 9300558a5158337f86f9fac6efa4ac4341972f5e (patch) | |
tree | 95fb967e557b8ccc4f4881b8ad50fbb7dcd53f6c /rl.spec | |
parent | 6e00946c13c8a120d4c730680221925643212189 (diff) |
automatic import of rl
Diffstat (limited to 'rl.spec')
-rw-r--r-- | rl.spec | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -56,13 +56,10 @@ You can reuse your favorite Python packages such as NumPy, SciPy and Cython to e %autosetup -p1 -n %{name}-%{version} %build -%py3_build -#python3 setup.py build +%pyproject_build %install -%define _unpackaged_files_terminate_build 0 -%py3_install -#python3 setup.py install +%pyproject_install %files -n python3-rl %doc *.md |