diff options
author | gholt <z-launchpad@brim.net> | 2012-08-14 15:07:54 +0000 |
---|---|---|
committer | gholt <z-launchpad@brim.net> | 2012-08-14 15:07:54 +0000 |
commit | 99b8253450e3e91ea8615c1dc1457ede4131109f (patch) | |
tree | b1bdd2c9a751f185be541b0df947d32f95f53cf0 /tools | |
parent | c87458e229281a050ecca11a0b99fa55c07ad29c (diff) | |
download | python-swiftclient-99b8253450e3e91ea8615c1dc1457ede4131109f.tar.gz |
Make python-keystoneclient optional
A lot of us don't use Keystone.
Change-Id: Ifcd5fe609efbe950e935c0e0cfee200687b69eda
Diffstat (limited to 'tools')
-rw-r--r-- | tools/pip-requires | 1 | ||||
-rw-r--r-- | tools/test-requires | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index cda3121..322630e 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,2 +1 @@ simplejson -python-keystoneclient diff --git a/tools/test-requires b/tools/test-requires index 135c80e..cf2d864 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -7,3 +7,4 @@ openstack.nose_plugin pep8==1.3 sphinx>=1.1.2 eventlet +python-keystoneclient |