diff options
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} |
