On Tue, 2019-10-08 at 09:58 +0200, Fabiano FidĂȘncio wrote:
python-setuptools, which will only be used on CentOS7, is needed in
order
to properly use the pip module for installing meson.
Without this package, we would see failures as `ImportError: No module
named pkg_resources` when trying to use the pip module, even when using
its python3 version.
It's a bummer that we still can't leave Python 2 behind :(
+++ b/guests/vars/mappings.yml
@@ -787,6 +787,9 @@ mappings:
rpm: perl-generators
CentOS7:
+ python2-setuptools:
+ CentOS7: python2-setuptools
This belongs further down, after python2-nose.
With that fixed,
Reviewed-by: Andrea Bolognani <abologna(a)redhat.com>
--
Andrea Bolognani / Red Hat / Virtualization