From 9735a10ed6d41074bdaae4714be16375250ab950 Mon Sep 17 00:00:00 2001 From: Mathieu Poliquin Date: Fri, 17 Jan 2025 16:47:20 +0800 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 55317231..924a2603 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 gcc-c++" +before-all = "yum install -y cmake git pkgconf-pkg-config zlib-devel libzip-devel bzip2-devel" # Only build for x86_64 and aarch64 are officially supported archs = "x86_64 aarch64" @@ -18,4 +18,4 @@ manylinux-x86_64-image = "manylinux_2_28" manylinux-aarch64-image = "manylinux_2_28" [tool.cibuildwheel.macos] -before-all = "brew install pkg-config capnp lua@5.4 qt5" +before-all = "brew install pkg-config capnp lua@5.4 qt5 gcc"