1--- setup/build.py.orig 2025-08-08 02:10:36 UTC 2+++ setup/build.py 3@@ -446,6 +446,8 @@ class Build(Command): 4 continue 5 if not is_ext_allowed(self.compiling_for, ext): 6 continue 7+ if ext.name == 'piper': 8+ continue 9 if ext.error: 10 if ext.optional: 11 self.warn(ext.error) 12@@ -703,6 +705,7 @@ sip-file = {os.path.basename(sipf)!r} 13 include-dirs = {ext.inc_dirs} 14 qmake-QT = {ext.qt_modules} 15 sip-file = {os.path.basename(sipf)!r} 16+tags = ["WS_X11"] 17 ''') 18 shutil.copy2(sipf, src_dir) 19 20