summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames E. Blair <jeblair@hp.com>2012-04-17 12:15:27 -0700
committerJames E. Blair <jeblair@hp.com>2012-04-17 12:15:27 -0700
commit67ee761a9db663c31beca3515595ce9d2f4eb481 (patch)
tree50c54ca4732d3aab2551d653bcb311761d295450
parentfa240272e5ff5f668dc5bfe8d11f3518c3c8591f (diff)
downloadkeystone-67ee761a9db663c31beca3515595ce9d2f4eb481.tar.gz
keystone-67ee761a9db663c31beca3515595ce9d2f4eb481.tar.xz
keystone-67ee761a9db663c31beca3515595ce9d2f4eb481.zip
Add distribute to test-requires.
Currently glance (which is required for testing by keystone because there is no python-glanceclient yet) requires distribute>=0.6.24, but it can't be installed as a dependency of a dependency. Requiring it explicitly here should help. Also, this helps standardize the distribute requirement across all projects. Change-Id: I346c0fb7c2203b9889b39ae8df1f8c594bbe49ae
-rw-r--r--tools/test-requires1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires
index f2e3c22f..c3916dec 100644
--- a/tools/test-requires
+++ b/tools/test-requires
@@ -15,6 +15,7 @@ pep8==0.6.1 # checks for PEP8 code style compliance
Sphinx>=1.1.2 # required to build documentation
unittest2 # backport of unittest lib in python 2.7
webtest # test wsgi apps without starting an http server
+distribute>=0.6.24
# for python-keystoneclient
httplib2