From ca2fe3952ee20737d8cb1669ed9ed7e13f6a8610 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 14 Sep 2026 13:11:06 +0000 Subject: automatic import of python-rich-click --- rich-click.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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} -- cgit v1.2.3