diff options
| author | CoprDistGit <infra@openeuler.org> | 2026-09-14 13:11:06 +0000 |
|---|---|---|
| committer | CoprDistGit <infra@openeuler.org> | 2026-09-14 13:11:06 +0000 |
| commit | ca2fe3952ee20737d8cb1669ed9ed7e13f6a8610 (patch) | |
| tree | 3d4dea45f4aa0c47c90c858cd99308dd85a17a6c /rich-click.spec | |
| parent | 96cfedc24a42959158da546a4eeaf5bd00940989 (diff) | |
automatic import of python-rich-clickopeneuler24.03_LTS_SP3
Diffstat (limited to 'rich-click.spec')
| -rw-r--r-- | rich-click.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/rich-click.spec b/rich-click.spec index dc5948a..0200736 100644 --- a/rich-click.spec +++ b/rich-click.spec @@ -14,6 +14,8 @@ BuildRequires: python3-devel BuildRequires: python3-pip BuildRequires: python3-setuptools BuildRequires: python3-wheel +BuildRequires: python3-click >= 8 +BuildRequires: python3-rich >= 12 %description rich-click is a wrapper around Click that renders help output nicely @@ -52,7 +54,7 @@ pip3 wheel --no-build-isolation --no-deps --wheel-dir %{_builddir}/wheels . %install -pip3 install --no-build-isolation --no-index \ +pip3 install --no-build-isolation --no-index --no-deps \ --find-links %{_builddir}/wheels \ --root %{buildroot} --prefix /usr \ %{pypi_name}==%{version} |
