From 1ba1ea90112eec4179e1a8594664ad53d780a26e Mon Sep 17 00:00:00 2001 From: Cédric Bosdonnat Date: Thu, 3 Aug 2017 16:05:11 +0200 Subject: Add guestfs python binding dependency Adding the python binding of libguestfs as dependency will allow switching from calls to the virt-* tools and potentially optimize processing time. --- README.md | 2 +- requirements.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 95a73b9..ecb533e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Dependencies * python 2 or 3 * skopeo * virt-sandbox - * libguestfs + * libguestfs python binding Hacking ------- diff --git a/requirements.txt b/requirements.txt index cbd8310..ae7132f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,8 @@ --index-url https://pypi.python.org/simple/ passlib>=1.6.1 +guestfs + +--find-links 'http://download.libguestfs.org/python#egg=guestfs' +--trusted-host 'download.libguestfs.org' -e . -- cgit