Bug 974684 - amqp dependency
Summary: amqp dependency
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: python-kombu
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Rahul Sundaram
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 976847
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-06-14 19:43 UTC by Eric Harney
Modified: 2013-06-24 17:07 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-06-24 17:07:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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?


Note You need to log in before you can comment on or make changes to this bug.