2025-09-04 09:41:54 +00:00
committed by Git OBS Bridge
parent 04821a01be
commit 6ea99a7837

View File

@@ -29,7 +29,7 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core} BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
Requires: python-prompt-toolkit Requires: python3-prompt-toolkit
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
@@ -45,6 +45,7 @@ A Python library for effortlessly building pretty command line interfaces.
%install %install
%pyproject_install %pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib} %python_expand %fdupes %{buildroot}%{$python_sitelib}
# PyPi tarball doesn't contain any tests
%files %{python_files} %files %{python_files}
%license LICENSE %license LICENSE