https://bugzilla.redhat.com/show_bug.cgi?id=1731111
Petr Viktorin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Petr Viktorin <[email protected]> --- > what about this line? >> %{?python_provide:%python_provide python3-%{pypi_name}} Most likely, you want to remove it. If you want *people* to `dnf install python3-osbuild` rather than `dnf install osbuild`, you should add both of: Provides: python3-%{pypi_name} %{?python_provide:%python_provide python3-%{pypi_name}} -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
