Comment 3 for bug 1468339

Revision history for this message
Cyril Roelandt (cyril-roelandt) wrote :

The line "qpid-python; python_version=='2.7'" is perfectly valid. You need recent versions of pbr, setuptools and pip for it to work though. Something like:

$ pip list | grep -E "(pip|pbr|setuptools)"
pbr (1.2.0)
pip (7.0.3)
setuptools (18.0)