From 76d4d9f7f4438bc507f2a7fb222e43b511e1d33b Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Wed, 11 Mar 2020 14:35:01 +0000 Subject: [PATCH] Ensure g++ is present on debian/ubuntu for wheel builds ujson 2.0.1 has a python dependacy of the library 'double-conversion' which requires a C++ compiler to build. Ensure that g++ is available which also ensures that the gcc compiler is present. Change-Id: Ie83b41e129942ad8255fed5fb14ab328c2943a77 --- vars/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/main.yml b/vars/main.yml index df51d9e..0d74576 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -16,7 +16,7 @@ _venv_build_base_distro_package_list: debian: - cmake - - gcc + - g++ - "{{ (venv_python_executable == 'python2') | ternary('pkg-config', 'python3-pkgconfig') }}" - "{{ (venv_python_executable == 'python2') | ternary('python-dev', 'python3-dev') }}" gentoo: