https://bugzilla.redhat.com/show_bug.cgi?id=1550655
Robert-André Mauchin zebob.m@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@gmail.com
--- Comment #1 from Robert-André Mauchin zebob.m@gmail.com --- You're missing the python provides, see https://fedoraproject.org/wiki/Packaging:Python#The_.25python_provide_macro
%package -n python2-%{pkgname} Summary: %{summary} %{?python_provide:%python_provide python2-%{pkgname}} %description -n python2-%{pkgname} Python library to generate nicely formatted trees, like the UNIX `tree` command
%if %{with python3} %package -n python3-%{pkgname} Summary: %{summary} %{?python_provide:%python_provide python3-%{pkgname}} %description -n python3-%{pkgname} Python library to generate nicely formatted trees, like the UNIX `tree` command %endif # with python3