From 20940651b0873923a24255558b7f8e2673e277d0 Mon Sep 17 00:00:00 2001 From: Kamil Páral Date: May 22 2017 10:49:02 +0000 Subject: README: add libvirt-python dependency Testcloud requires this during dependency installation. But if you try to install it from pypi, you also need gcc and libvirt-devel. It seems easier to recommend libvirt-python from rpm right in the readme. Also, bump testcloud in requirements.txt to the one with fixed deps. Differential Revision: https://phab.qa.fedoraproject.org/D1199 --- diff --git a/README.rst b/README.rst index c62d138..5fab1a2 100644 --- a/README.rst +++ b/README.rst @@ -40,6 +40,7 @@ On your Fedora system, install the necessary packages:: git \ koji \ libtaskotron-config \ + libvirt-python \ mash \ python-doit \ python-hawkey \ diff --git a/requirements.txt b/requirements.txt index 04f12ec..c529b5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ munch >= 2.0.2 # libtaskotron-disposable paramiko >= 1.15.1 -testcloud >= 0.1.10 +testcloud >= 0.1.12 # Test suite requirements dingus >= 0.3.4