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