pip will be used to install meson on OSes which do not have support to
the minimum required version of the project.
Signed-off-by: Fabiano FidĂȘncio <fidencio(a)redhat.com>
Reviewed-by: Andrea Bolognani <abologna(a)redhat.com>
---
guests/vars/mappings.yml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/guests/vars/mappings.yml b/guests/vars/mappings.yml
index f69937a..524cff2 100644
--- a/guests/vars/mappings.yml
+++ b/guests/vars/mappings.yml
@@ -856,6 +856,12 @@ mappings:
FreeBSD: py36-nose
CentOS7: python36-nose
+ python3-pip:
+ CentOS7: python3-pip
+ Debian9: python3-pip
+ Ubuntu16: python3-pip
+ Ubuntu18: python3-pip
+
python3-pytest:
default: python3-pytest
FreeBSD: py36-pytest
--
2.23.0