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
diff --git a/files/rpms/cinder b/files/rpms/cinder
index 19dedff..699f2fc 100644
--- a/files/rpms/cinder
+++ b/files/rpms/cinder
@@ -1,3 +1,5 @@
lvm2
scsi-target-utils
qemu-img
+python-devel
+postgresql-devel