Browse code

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

John Griffith authored on 2013/08/11 02:48:07
Showing 3 changed files
... ...
@@ -1,3 +1,5 @@
1 1
 tgt
2 2
 lvm2
3 3
 qemu-utils
4
+libpq-dev
5
+python-dev
... ...
@@ -1,3 +1,5 @@
1 1
 lvm2
2 2
 tgt
3 3
 qemu-tools
4
+python-devel
5
+postgresql-devel
... ...
@@ -1,3 +1,5 @@
1 1
 lvm2
2 2
 scsi-target-utils
3 3
 qemu-img
4
+python-devel
5
+postgresql-devel