Bug 974684

Summary: amqp dependency
Product: [Fedora] Fedora Reporter: Eric Harney <eharney>
Component: python-kombuAssignee: Rahul Sundaram <metherid>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: mail, metherid, mrunge, pj.pandit
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-06-24 17:07:26 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:
Bug Depends On: 976847    
Bug Blocks:    

Description Eric Harney 2013-06-14 19:43:47 UTC
Description of problem:
python-kombu's requires.txt in egg-info indicates that it depends on "amqp", but that isn't packaged for Fedora.  I'm not sure what this means for kombu's functionality, but it does appear to be used in the code.  (transport/pyamqp.py)

I noticed this because python-stevedore looks at the egg-info when loading a module.  Currently it cannot load the kombu module due to this unsatisfied requirement.

My guess is that we need to either package python-amqp, or patch it out of kombu.

Version-Release number of selected component (if applicable):
python-kombu-2.5.10-1.fc20.noarch

Comment 1 Rahul Sundaram 2013-06-14 20:10:16 UTC
Would you want to package up python-amqp from https://pypi.python.org/pypi/amqp/  It should be pretty trivial amount of work. I can help you with a review and add it as a dependency to this package later.

Comment 2 Eric Harney 2013-06-21 16:06:25 UTC
(In reply to Rahul Sundaram from comment #1)

Rahul:  I've posted a python-amqp package for review at https://bugzilla.redhat.com/show_bug.cgi?id=976847 .

Would you like to take a look at that?