From 67ee761a9db663c31beca3515595ce9d2f4eb481 Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Tue, 17 Apr 2012 12:15:27 -0700 Subject: 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 --- tools/test-requires | 1 + 1 file changed, 1 insertion(+) 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 -- cgit