Description of problem: After an upgrade of Fedora 31 to 32, offlineimap stops working: >>> offlineimap Traceback (most recent call last): File "/bin/offlineimap", line 19, in <module> from offlineimap import OfflineImap File "/usr/lib/python2.7/site-packages/offlineimap/__init__.py", line 20, in <module> from offlineimap.init import OfflineImap File "/usr/lib/python2.7/site-packages/offlineimap/init.py", line 34, in <module> from offlineimap import threadutil, accounts, folder, mbnames File "/usr/lib/python2.7/site-packages/offlineimap/accounts.py", line 23, in <module> import six ImportError: No module named six Indeed there's no dependency declared: >>> rpm -q --requires offlineimap | grep py /usr/bin/python2 libpython2.7.so.1.0()(64bit) python(abi) = 2.7 Version-Release number of selected component (if applicable): offlineimap-7.2.4-5.fc32.x86_64
Forgot to mention, in case others have the same problem: `dnf install python2-six` fixes it, that's what the package should explicitly Requires:.
FEDORA-2020-217ca8a0d7 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-217ca8a0d7
offlineimap-7.2.4-6.fc32 has been pushed to the Fedora 32 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-217ca8a0d7
offlineimap-7.2.4-6.fc32 has been pushed to the Fedora 32 stable repository. If problems still persist, please make note of it in this bug report.