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
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.
(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?