Description of problem: Since kombu has been updated, celery is broken in rawhide as the old version of celery is importing things that no longer exist in kombu Version-Release number of selected component (if applicable): python2-celery-3.1.20-5.fc26.noarch How reproducible: always Steps to Reproduce: 1. Start a python shell 2. >>> from celery import five 3. Actual results: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/lib/python2.7/site-packages/celery/__init__.py", line 133, in <module> from celery import five # noqa File "/usr/lib/python2.7/site-packages/celery/five.py", line 153, in <module> from kombu.utils.compat import OrderedDict # noqa ImportError: cannot import name OrderedDict The latest version of celery is 4.0.2.
five became an own package in rawhide. Will upgrade asap
*** Bug 1400270 has been marked as a duplicate of this bug. ***
This is also blocking the rebuild of python-flower for python3.6.