summaryrefslogtreecommitdiffstats
path: root/requirements.txt
diff options
context:
space:
mode:
authorCédric Bosdonnat <cbosdonnat@suse.com>2017-08-03 16:05:11 +0200
committerCédric Bosdonnat <cbosdonnat@suse.com>2017-08-03 16:10:32 +0200
commit1ba1ea90112eec4179e1a8594664ad53d780a26e (patch)
tree73d28176a1ef2c512932fa0c73a052a3068c05ce /requirements.txt
parent41641ed5bb250a800fa2e755cae1db2d41739f0d (diff)
downloadvirt-bootstrap.git-1ba1ea90112eec4179e1a8594664ad53d780a26e.tar.gz
virt-bootstrap.git-1ba1ea90112eec4179e1a8594664ad53d780a26e.tar.xz
virt-bootstrap.git-1ba1ea90112eec4179e1a8594664ad53d780a26e.zip
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.
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt4
1 files changed, 4 insertions, 0 deletions
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 .