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

Daniel P. Berrangé posted 1 patch 4 years, 3 months ago
Failed in applying to current master (apply log)
guests/vars/mappings.yml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
[libvirt] [jenkins-ci PATCH] guests: update FreeBSD to use py37 packages
Posted by Daniel P. Berrangé 4 years, 3 months ago
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@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

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [jenkins-ci PATCH] guests: update FreeBSD to use py37 packages
Posted by Daniel P. Berrangé 4 years, 3 months ago
On Mon, Dec 23, 2019 at 10:38:23AM +0000, Daniel P. Berrangé wrote:
> 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@redhat.com>
> ---
>  guests/vars/mappings.yml | 20 ++++++++++----------
>  1 file changed, 10 insertions(+), 10 deletions(-)

Pushed this as a CI build fix since FreeBSD builders are dead in
the water without it.


Regards,
Daniel
-- 
|: https://berrange.com      -o-    https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org         -o-            https://fstop138.berrange.com :|
|: https://entangle-photo.org    -o-    https://www.instagram.com/dberrange :|

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