We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f6fc08 commit 60701fdCopy full SHA for 60701fd
livekit-rtc/pyproject.toml
@@ -22,4 +22,4 @@ manylinux-pypy_i686-image = "manylinux_2_28"
22
manylinux-pypy_aarch64-image = "manylinux_2_28"
23
24
[tool.cibuildwheel.linux]
25
-before-all = "yum install -y libXrandr libXrandr-devel"
+repair-wheel-command = "auditwheel repair --exclude libXrandr.so.2 --exclude libXfixes.so.3 --exclude libXdamage.so.1 --exclude libXcomposite.so.1 --exclude libXext.so.6 -w {dest_dir} {wheel}"
0 commit comments