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:
parent
fa240272e5
commit
67ee761a9d
@ -15,6 +15,7 @@ pep8==0.6.1 # checks for PEP8 code style compliance
|
|||||||
Sphinx>=1.1.2 # required to build documentation
|
Sphinx>=1.1.2 # required to build documentation
|
||||||
unittest2 # backport of unittest lib in python 2.7
|
unittest2 # backport of unittest lib in python 2.7
|
||||||
webtest # test wsgi apps without starting an http server
|
webtest # test wsgi apps without starting an http server
|
||||||
|
distribute>=0.6.24
|
||||||
|
|
||||||
# for python-keystoneclient
|
# for python-keystoneclient
|
||||||
httplib2
|
httplib2
|
||||||
|
Loading…
Reference in New Issue
Block a user