Fix the built package name

epel9
Miro Hrončok 3 years ago
parent 5762f2a919
commit d8f50fad66

@ -24,6 +24,8 @@ code, tracebacks, and more — out of the box.
%package -n python3-%{pypi_name} %package -n python3-%{pypi_name}
Summary: %{summary} Summary: %{summary}
# This was previously misnamed, remove the obsolete in Fedora 38, EPEL 10
Obsoletes: python-%{pypi_name} < 10.16.1-2
%description -n python3-%{pypi_name} %description -n python3-%{pypi_name}
Rich is a Python library for rich text and beautiful formatting in the terminal. Rich is a Python library for rich text and beautiful formatting in the terminal.
@ -47,7 +49,7 @@ code, tracebacks, and more — out of the box.
%check %check
%pytest -v %pytest -v
%files -f %{pyproject_files} %files -n python3-%{pypi_name} -f %{pyproject_files}
%license LICENSE %license LICENSE
%doc README.md %doc README.md

Loading…
Cancel
Save