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:
@@ -16,7 +16,7 @@
|
|||||||
_venv_build_base_distro_package_list:
|
_venv_build_base_distro_package_list:
|
||||||
debian:
|
debian:
|
||||||
- cmake
|
- cmake
|
||||||
- gcc
|
- g++
|
||||||
- "{{ (venv_python_executable == 'python2') | ternary('pkg-config', 'python3-pkgconfig') }}"
|
- "{{ (venv_python_executable == 'python2') | ternary('pkg-config', 'python3-pkgconfig') }}"
|
||||||
- "{{ (venv_python_executable == 'python2') | ternary('python-dev', 'python3-dev') }}"
|
- "{{ (venv_python_executable == 'python2') | ternary('python-dev', 'python3-dev') }}"
|
||||||
gentoo:
|
gentoo:
|
||||||
|
Reference in New Issue
Block a user