From 8a967b16dc2ffd60bc19bee09f45e665ddcc9a81 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 2 Jul 2012 17:19:06 -0400 Subject: Fix up openstack-common build. Ironically enough, even though the code to manage this is in openstack-common, openstack-common wasn't using it. This patch fixes doc generation, as well as setuptools-git integration and versioning. Change-Id: Ifb74ad539832d8cec4a536a96221eea8fb7527d2 --- tools/test-requires | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools') diff --git a/tools/test-requires b/tools/test-requires index 499397e..3be79ee 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -10,4 +10,6 @@ nosexcover openstack.nose_plugin pep8==0.6.1 pylint +setuptools-git>=0.4 +sphinx webtest -- cgit