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

Fabiano Fidêncio posted 1 patch 5 years, 1 month ago
Failed in applying to current master (apply log)
guests/vars/projects/osinfo-db.yml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
[libvirt] [jenkins-ci PATCH] guests: Update test dependencies for osinfo-db
Posted by Fabiano Fidêncio 5 years, 1 month ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH] guests: Update test dependencies for osinfo-db
Posted by Andrea Bolognani 5 years ago
On Tue, 2019-03-19 at 16:33 +0100, Fabiano Fidêncio wrote:
> 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@redhat.com>
> ---

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list