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:
parent
eb0ff5e0e2
commit
76d4d9f7f4
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user