diff options
| author | Alex Meade <alex.meade@rackspace.com> | 2012-09-17 15:48:18 -0400 |
|---|---|---|
| committer | Alex Meade <alex.meade@rackspace.com> | 2012-09-17 15:53:27 -0400 |
| commit | c784105148bf4b860f4773cd349d1a0a7c53f050 (patch) | |
| tree | 80eaa9632f04f11517398385b07e3d94778b830f /tools | |
| parent | 0a8c96073c3dd76df346c262898303f6fb7435d6 (diff) | |
| download | python-keystoneclient-c784105148bf4b860f4773cd349d1a0a7c53f050.tar.gz | |
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
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/pip-requires | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 32cdbc0..11022aa 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,4 +1,4 @@ argparse -httplib2 +httplib2>=0.7 prettytable simplejson |
