Bug 1410864

Summary: python-celery is broken in rawhide
Product: [Fedora] Fedora Reporter: Jeremy Cline <jeremy>
Component: python-celeryAssignee: Matthias Runge <mrunge>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: andrew, bmbouter, mrunge, randy, zbyszek
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-01-11 09:02:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jeremy Cline 2017-01-06 16:14:47 UTC
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.

Comment 1 Matthias Runge 2017-01-09 20:12:04 UTC
five became an own package in rawhide. Will upgrade asap

Comment 2 Zbigniew Jędrzejewski-Szmek 2017-01-11 04:24:40 UTC
*** Bug 1400270 has been marked as a duplicate of this bug. ***

Comment 3 Zbigniew Jędrzejewski-Szmek 2017-01-11 04:25:53 UTC
This is also blocking the rebuild of python-flower for python3.6.