Comment 3 for bug 1035953

Revision history for this message
Akihiro Motoki (amotoki) wrote :

Hi Dan,

Are you using Ubuntu 12.04?

Exactly speaking, this is a bug on python-cmd2 package on ubuntu.
cmd2 requires pyparsing but python-cmd2 package does not declare python-pyparsing dependency.
I filed a bug about: this https://bugs.launchpad.net/devstack/+bug/1032243 (and will post a patch to gerrit).

I prefer to add python-pyparsing to devstack/files/apts/general
rathen than to add pyparsing to quantumclient/tools/pip-requires.

cmd2 provided on pypi has this problem. If I install cmd2 via pip, pyparsing is automatically installed
according to its dependency rule.

But now there is a little time for F-3 and the above commit has no side effect, we can leave it unchanged.

Thanks,