Python3-reportlab broken

While preparing to upgrade my Fedora 35 to 36, in response to dnf update --refresh I get:

cannot install the best update candidate for package python3-reportlab-3.6.1-1.fc35.x86_64

  • nothing provides python3.10dist(pillow) >= 9 needed by python3-reportlab-3.6.10-1.fc35.x86_64

What can I do to solve it? Or, is it safe to upgrade with this problem not solved?

Thank you!

Same here :frowning:

dnf search python3-pillow
Letzte Prüfung auf abgelaufene Metadaten: vor 0:12:50 am Di 21 Jun 2022 19:15:50 CEST.
=================================================================================================== Name exakte Treffer: python3-pillow ====================================================================================================
python3-pillow.x86_64 : Python 3 image processing library
python3-pillow.i686 : Python 3 image processing library
======================================================================================================= Name Treffer: python3-pillow =======================================================================================================
mingw32-python3-pillow.noarch : MinGW Windows Python2 pillow library
mingw64-python3-pillow.noarch : MinGW Windows Python2 pillow library
python3-pillow-devel.i686 : Development files for pillow
python3-pillow-devel.x86_64 : Development files for pillow
python3-pillow-doc.noarch : Documentation for pillow
python3-pillow-qt.x86_64 : Qt pillow image wrapper
python3-pillow-tk.x86_64 : Tk interface for pillow

yum download python3-pillow.x86_64
Letzte Prüfung auf abgelaufene Metadaten: vor 0:13:31 am Di 21 Jun 2022 19:15:50 CEST.
python3-pillow-8.3.2-3.fc35.x86_64.rpm

So version >= 9 is missing for fc35 …

As a workaround you can download

https://kojipkgs.fedoraproject.org//packages/python-pillow/9.1.0/1.fc36/x86_64/python3-pillow-9.1.0-1.fc36.x86_64.rpm

and install it via

rpm -Uvh python3-pillow-9.1.0-1.fc36.x86_64.rpm

I filed a bug here: FC35: Can not update package python3-reportlab-3.6.1-1.fc35.x86_64 · Issue #4589 · fedora-infra/bodhi · GitHub

Lets see what happens …

You should file a bug at https://bugzilla.redhat.com, not Bodhi. See
How to file a bug :: Fedora Docs

There is already a bug report for this though:
https://bugzilla.redhat.com/2097817

1 Like