From 0ea9775c3f78c166714b4c1f2141b5dcf877862f Mon Sep 17 00:00:00 2001 From: Giulia Naponiello Date: Feb 03 2020 18:21:36 +0000 Subject: Install missing python3-rpm package I *think* this should solve the issue of missing rpm module in kobo: ModuleNotFoundError: No module named 'rpm'. Signed-off-by: Giulia Naponiello --- diff --git a/Jenkinsfile b/Jenkinsfile index f355975..2989c2a 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -68,6 +68,7 @@ node('fedora-29') { python3-kobo \ python3-kobo-rpmlib \ python3-defusedxml \ + python3-rpm \ python3-tox' /* Needed to get the latest mock configs */ sh 'sudo dnf -y update mock-core-configs'