diff --git a/pyproject.toml b/pyproject.toml index 44a4a9b2..55317231 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build = "cp{38,39,310,311,312}-*" build = "cp{38,39,310,311,312}-manylinux*" # For manylinux_2_28 we need to install the following dependencies using yum: -before-all = "yum install -y cmake git pkgconf-pkg-config zlib-devel libzip-devel bzip2-devel" +before-all = "yum install -y cmake git pkgconf-pkg-config zlib-devel libzip-devel bzip2-devel gcc-c++" # Only build for x86_64 and aarch64 are officially supported archs = "x86_64 aarch64"