From c49b049af8654e8a4f89454fc9c706c99c7cbfa0 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 5 Sep 2012 11:12:32 -0500 Subject: [PATCH] Add cliff prereqs The real issue is cmd2 not pulling in pyparsing properly on a fresh system. Change-Id: I9bae29f9a664431d0145ebc5a0cc4caec638d739 --- tools/pip-requires | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index d4ad68b62..0d107ef25 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,8 +1,10 @@ -cliff argparse +cliff +cmd2 httplib2 keyring prettytable +pyparsing pycrypto python-keystoneclient>=0.1,<0.2 python-novaclient>=2,<3