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:
parent
ba963468a5
commit
4b60089874
@ -1,3 +1,5 @@
|
||||
tgt
|
||||
lvm2
|
||||
qemu-utils
|
||||
libpq-dev
|
||||
python-dev
|
||||
|
@ -1,3 +1,5 @@
|
||||
lvm2
|
||||
tgt
|
||||
qemu-tools
|
||||
python-devel
|
||||
postgresql-devel
|
||||
|
@ -1,3 +1,5 @@
|
||||
lvm2
|
||||
scsi-target-utils
|
||||
qemu-img
|
||||
python-devel
|
||||
postgresql-devel
|
||||
|
Loading…
Reference in New Issue
Block a user