From 6253f18116008506fd5b78fc22620bb867351f65 Mon Sep 17 00:00:00 2001 From: Raphael Date: Thu, 22 Jan 2015 12:07:40 -0300 Subject: [PATCH] fix centOS deps --- setup/deps-centos.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/deps-centos.sh b/setup/deps-centos.sh index fedb54a..a703f25 100755 --- a/setup/deps-centos.sh +++ b/setup/deps-centos.sh @@ -14,6 +14,6 @@ # See the License for the specific language governing permissions and # limitations under the License. -sudo yum install -y python-pip numpy scipy -sudo pip-python install --upgrade pyqcy PyContracts SQLAlchemy bottle requests Sphinx python-novaclient -sudo pip-python install mocktest +sudo yum install -y python-pip numpy scipy libvirt-python +sudo pip install --upgrade pyqcy PyContracts SQLAlchemy bottle requests Sphinx python-novaclient +sudo pip install mocktest