diff options
author | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-11-16 16:29:43 -0800 |
---|---|---|
committer | Brian Waldon <bcwaldon@gmail.com> | 2012-11-16 16:37:03 -0800 |
commit | 8d81623d5f1891a19f58d66cc28f7d4033293354 (patch) | |
tree | 634d0aaa631a038a0b094c678fee80818a2748ee /tools | |
parent | 16aafa728e4b8309b16bcc120b10bc20372883f4 (diff) | |
download | python-glanceclient-8d81623d5f1891a19f58d66cc28f7d4033293354.tar.gz |
Unpin keystoneclient dependency
The new 0.2.0 keystoneclient was released with no api changes, and
glanceclients dependency breaks gating so unpin it.
Change-Id: I9cbe2ebb462005ebfea3b7a0e68ca39069a0765f
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 b0db858..8926c42 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,5 +1,5 @@ argparse prettytable>=0.6,<0.7 -python-keystoneclient>=0.1.2,<0.2 +python-keystoneclient>=0.1.2,<1 pyOpenSSL warlock<2 |