[libvirt-ci PATCH 01/12] requirements: Introduce a requirements.txt file

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Right now, lcitool's users have 2 options to satisfy the tool's
dependencies: install them through the system package manager
system-wide or install through pip manually.
Since pip gives us the option to automate this process a tiny bit, let's
ship a requirements file. This targets users who are used to work
with Python virtual environments and install whatever it is necessary
inside.

Signed-off-by: Erik Skultety <eskultet@xxxxxxxxxx>
Reviewed-by: Andrea Bolognani <abologna@xxxxxxxxxx>
---
 guests/requirements.txt | 2 ++
 1 file changed, 2 insertions(+)
 create mode 100644 guests/requirements.txt

diff --git a/guests/requirements.txt b/guests/requirements.txt
new file mode 100644
index 0000000..900cfd6
--- /dev/null
+++ b/guests/requirements.txt
@@ -0,0 +1,2 @@
+ansible
+jenkins-job-builder
-- 
2.25.3





[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux