From c784105148bf4b860f4773cd349d1a0a7c53f050 Mon Sep 17 00:00:00 2001 From: Alex Meade Date: Mon, 17 Sep 2012 15:48:18 -0400 Subject: [PATCH] Require httplib2 version 0.7 or higher. SSL validation was not available until version 0.7 of httplib, which keystone client makes use of. Therefore, we cannot just allow any version. Change-Id: I05dc72aa77a4f861cc238fccf5a22192f7bdbf6f --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 32cdbc0b5..11022aace 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ argparse -httplib2 +httplib2>=0.7 prettytable simplejson