From 5816542c0edc35f66fe05e66f2b9621200292c1f Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Mon, 27 Feb 2012 17:46:43 -0800 Subject: renaming pip-requires-test to test-requires * (per request from jeblair) * version of python-ldap match between test and requires * pinned to 2.3.13 to let tests work in macosx * separating dependencies between deps and test * removed python-keystoneclient from install_requires for now. (there is no python-keystoneclient in PyPI) Real solution coming. Change-Id: I89e50d6747fb57dee7badb17bc1231d3619e3ef7 --- docs/source/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/source') diff --git a/docs/source/setup.rst b/docs/source/setup.rst index e2c9e77c..06303039 100644 --- a/docs/source/setup.rst +++ b/docs/source/setup.rst @@ -65,7 +65,7 @@ Installing dependencies Keystone maintains two lists of dependencies:: tools/pip-requires - tools/pip-requires-test + tools/test-requires The first is the list of dependencies needed for running keystone, the second list includes dependencies used for active development and testing of keystone itself. -- cgit