Update dev env docs on libvirt-dev(el) requirement

Commit 8f505b8526 added
a test requirement on libvirt-python which requires
libvirt-dev(el) being installed, so update the docs
to add that package for the distro.

Change-Id: I7169d3c78a6babe6e20c0dc35874167d0bfee922
This commit is contained in:
Matt Riedemann 2014-07-30 06:45:11 -07:00
parent 8daa38afa9
commit 21bf0219f6

View File

@ -60,7 +60,7 @@ Install the prerequisite packages.
On Ubuntu::
sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev pkg-config libffi-dev libpq-dev libmysqlclient-dev
sudo apt-get install python-dev libssl-dev python-pip git-core libxml2-dev libxslt-dev pkg-config libffi-dev libpq-dev libmysqlclient-dev libvirt-dev
On Ubuntu Precise (12.04) you may also need to add the following packages::
@ -68,7 +68,7 @@ On Ubuntu Precise (12.04) you may also need to add the following packages::
On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux)::
sudo yum install python-devel openssl-devel python-pip git gcc libxslt-devel mysql-devel postgresql-devel libffi-devel
sudo yum install python-devel openssl-devel python-pip git gcc libxslt-devel mysql-devel postgresql-devel libffi-devel libvirt-devel
sudo pip-python install tox