[libvirt] [jenkins-ci PATCH] guests: Update test dependencies for osinfo-db

Fabiano Fidêncio fidencio at redhat.com
Tue Mar 19 15:33:03 UTC 2019


The new dependencies are:
- python3
- python3-libxml2
- python3-pytest
- python3-requests

xmllint has been removed in favour of a own crafted test using
python3-libmlx2

Signed-off-by: Fabiano Fidêncio <fidencio at redhat.com>
---
 guests/vars/projects/osinfo-db.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/guests/vars/projects/osinfo-db.yml b/guests/vars/projects/osinfo-db.yml
index d9320a4..2c8a333 100644
--- a/guests/vars/projects/osinfo-db.yml
+++ b/guests/vars/projects/osinfo-db.yml
@@ -1,4 +1,7 @@
 ---
 packages:
   - intltool
-  - xmllint
+  - python3
+  - python3-libxml2
+  - python3-pytest
+  - python3-requests
-- 
2.20.1




More information about the libvir-list mailing list