diff --git a/pyproject.toml b/pyproject.toml index fee3a3a69..81929ec36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -177,6 +177,9 @@ test-extras = "test" [tool.cibuildwheel.macos] archs = ["arm64", "x86_64"] +[tool.cibuildwheel.linux] +before-all = "yum install -y net-tools" + [[tool.cibuildwheel.overrides]] select = "*-musllinux*" before-all = "apk --no-cache add coreutils procps"