Add some missing pkgs to Cinder install

Added python-dev even though it's picked up
by other projects already, just to be explicit.

Also added libpq-dev, this way users can just
run "sudo pip install -r test-requirements.txt"
and perform everything in run_tests.sh without the
need for venv.

Change-Id: I3953032ac40ef78fc6f67d77539e13539fbbb2ac
This commit is contained in:
John Griffith 2013-08-10 17:48:07 +00:00
parent ba963468a5
commit 4b60089874
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,5 @@
tgt
lvm2
qemu-utils
libpq-dev
python-dev

View File

@ -1,3 +1,5 @@
lvm2
tgt
qemu-tools
python-devel
postgresql-devel

View File

@ -1,3 +1,5 @@
lvm2
scsi-target-utils
qemu-img
python-devel
postgresql-devel