diff --git a/pyproject.toml b/pyproject.toml index b4d5da5cd..ffc332dbb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,6 +67,9 @@ PYTHONWARNINGS = "always" PYTHONUNBUFFERED = "1" PSUTIL_DEBUG = "1" +[tool.cibuildwheel.linux] +before-all = "yum install -y net-tools" + [[tool.cibuildwheel.overrides]] select = "*-musllinux*" before-all = "apk --no-cache add coreutils procps"