]> 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 20:30:52 +0000 (14:30 -0600)
commit7f00d13640edac8136241e546076f2106f7bfa61
tree2d15730723207bfb21d30b4aaa79f2d24e737e9e
parent0f0a90ca0d16935fbd8d9af481a0ae0c263f133b
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
setup.py
tools/pip-requires
tools/test-requires