[mythtv-users] recent conflict python3-mysqlclient vs python3-mysql

Gary Buhrmaster gary.buhrmaster at gmail.com
Thu Dec 15 13:00:38 UTC 2022


On Thu, Dec 15, 2022 at 5:36 AM Eyal Lebedinsky <eyal at eyal.emu.id.au> wrote:
>
> For the last few days dnf finds a conflict (see below) because it wants to install
>

Quick fix (options from memory, might need tweaks):

    rpm --erase --nodeps python3-python
    dnf upgrade

        -or-

    dnf swap python3-mysql python3-mysqlclient
    dnf upgrade

Longer term, follow the status of the following bug:

    https://bugzilla.redhat.com/show_bug.cgi?id=1929101


More information about the mythtv-users mailing list