[libvirt] [jenkins-ci PATCH] guests: update FreeBSD to use py37 packages

Daniel P. Berrangé berrange at redhat.com
Mon Dec 23 10:38:23 UTC 2019


The base python3 package was updated to python 3.7.5, so we must update
all the modules to match this version.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 guests/vars/mappings.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index ef4e17a..7b97546 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -160,7 +160,7 @@ mappings:
 
   flake8:
     deb: flake8
-    pkg: py36-flake8
+    pkg: py37-flake8
     rpm: python3-flake8
     CentOS7:
 
@@ -824,14 +824,14 @@ mappings:
   python3-docutils:
     default: python3-docutils
     CentOS7: python36-docutils
-    FreeBSD: py36-docutils
+    FreeBSD: py37-docutils
 
   python3:
     default: python3
 
   python3-dbus:
     default: python3-dbus
-    FreeBSD: py36-dbus
+    FreeBSD: py37-dbus
     CentOS7: python36-dbus
 
   python3-devel:
@@ -843,24 +843,24 @@ mappings:
 
   python3-gi:
     deb: python3-gi
-    pkg: py36-gobject3
+    pkg: py37-gobject3
     rpm: python3-gobject
     CentOS7: python36-gobject
 
   python3-libxml2:
     default: python3-libxml2
-    FreeBSD: py36-libxml2
+    FreeBSD: py37-libxml2
     CentOS7:
     Ubuntu1604:
 
   python3-lxml:
     default: python3-lxml
-    FreeBSD: py36-lxml
+    FreeBSD: py37-lxml
     CentOS7: python36-lxml
 
   python3-nose:
     default: python3-nose
-    FreeBSD: py36-nose
+    FreeBSD: py37-nose
     CentOS7: python36-nose
 
   python3-pip:
@@ -871,17 +871,17 @@ mappings:
 
   python3-pytest:
     default: python3-pytest
-    FreeBSD: py36-pytest
+    FreeBSD: py37-pytest
     CentOS7: python36-pytest
 
   python3-requests:
     default: python3-requests
-    FreeBSD: py36-requests
+    FreeBSD: py37-requests
     CentOS7: python36-requests
 
   python3-setuptools:
     default: python3-setuptools
-    FreeBSD: py36-setuptools
+    FreeBSD: py37-setuptools
 
   qemu-img:
     default: qemu-utils
-- 
2.23.0




More information about the libvir-list mailing list