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
This commit is contained in:
Jonathan Rosser 2020-03-11 14:35:01 +00:00
parent eb0ff5e0e2
commit 76d4d9f7f4
1 changed files with 1 additions and 1 deletions

View File

@ -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: