]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
We don't need to be installable via PIP so remove build and install deps
authorSteven Dake <sdake@redhat.com>
Thu, 28 Jun 2012 18:36:50 +0000 (11:36 -0700)
committerSteven Dake <sdake@redhat.com>
Thu, 28 Jun 2012 18:38:27 +0000 (11:38 -0700)
commit63cdd18d5024e5f89e046463326cb40826a6f3c9
tree62c83e5937f3af4bb551dd81a3f851111c56b077
parent038a65947c8a6fdb13328c6555ba148330a0a7cc
We don't need to be installable via PIP so remove build and install deps

setup.py is installing dependencies via pip, making a mess of the system.

Instead if someone wants to install, expect they will have openstack
installed already, which should contain the necessary dependencies.

Change-Id: I8ff82aad1b85bd4e1acc454b04c5fcec2adcadbe
Signed-off-by: Steven Dake <sdake@redhat.com>
setup.py