Skip to content

Commit 60701fd

Browse files
committed
exclude x11 from repair
1 parent 0f6fc08 commit 60701fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

livekit-rtc/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ manylinux-pypy_i686-image = "manylinux_2_28"
2222
manylinux-pypy_aarch64-image = "manylinux_2_28"
2323

2424
[tool.cibuildwheel.linux]
25-
before-all = "yum install -y libXrandr libXrandr-devel"
25+
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

Comments
 (0)