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
This commit is contained in:
James E. Blair 2012-04-17 12:15:27 -07:00
parent fa240272e5
commit 67ee761a9d
1 changed files with 1 additions and 0 deletions

View File

@ -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