]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add missing entries in setup, fix up pip-requires
authorJohn Griffith <john.griffith@solidfire.com>
Mon, 24 Sep 2012 18:59:15 +0000 (12:59 -0600)
committerJohn Griffith <john.griffith@solidfire.com>
Mon, 24 Sep 2012 21:28:03 +0000 (15:28 -0600)
commit26f5ae0d61c7a3c5212873d726a437e349df8191
tree015c677570f59b3059a4033120a499d12546df16
parent2b5bc3cc8b8b68eec5251b237181019efd5abe70
Add missing entries in setup, fix up pip-requires

setup.py still has references to nova/compute and was missing some
requires statements, and more importantly didn't hvae the install_requires.

Also, tools/pip-requires needed lxml versions set, as well as
added the missing setuptools_git entry.

This was exposed when trying to run Grenade as the requires.txt
file was never generated.

Fixes bug #1055693

Change-Id: Iaf9669d66e89507989ef3fde630dc2b488a97cfc
(cherry picked from commit 7f00d13640edac8136241e546076f2106f7bfa61)
setup.py
tools/pip-requires
tools/test-requires