From a3e1e89876f45b9234e56f4faa304b46ef8f055d Mon Sep 17 00:00:00 2001 From: Jan Kaluza Date: Jul 11 2019 11:22:48 +0000 Subject: Install more required packages in Jenkinsfile. --- diff --git a/Jenkinsfile b/Jenkinsfile index 033e299..5446c49 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,6 +56,12 @@ node('fedora-29') { openldap-devel \ python3-sphinxcontrib-httpdomain python3-pytest-cov \ python3-flake8 python3-pylint python3-sphinx \ + python3-dogpile-cache \ + python3-fedmsg \ + python3-flask \ + python3-prometheus_client \ + python3-PyYAML \ + python3-requests python3-tox' /* Needed to get the latest mock configs */ sh 'sudo dnf -y update mock-core-configs'