summaryrefslogtreecommitdiff
path: root/deskutils/calibre/files/patch-setup_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/calibre/files/patch-setup_build.py')
-rw-r--r--deskutils/calibre/files/patch-setup_build.py13
1 files changed, 11 insertions, 2 deletions
diff --git a/deskutils/calibre/files/patch-setup_build.py b/deskutils/calibre/files/patch-setup_build.py
index d2e31e3be30a..7aec05b4d2b3 100644
--- a/deskutils/calibre/files/patch-setup_build.py
+++ b/deskutils/calibre/files/patch-setup_build.py
@@ -1,6 +1,15 @@
---- setup/build.py.orig 2025-04-18 03:14:01 UTC
+--- setup/build.py.orig 2025-08-08 02:10:36 UTC
+++ setup/build.py
-@@ -701,6 +701,7 @@ sip-file = {os.path.basename(sipf)!r}
+@@ -446,6 +446,8 @@ class Build(Command):
+ continue
+ if not is_ext_allowed(self.compiling_for, ext):
+ continue
++ if ext.name == 'piper':
++ continue
+ if ext.error:
+ if ext.optional:
+ self.warn(ext.error)
+@@ -703,6 +705,7 @@ sip-file = {os.path.basename(sipf)!r}
include-dirs = {ext.inc_dirs}
qmake-QT = {ext.qt_modules}
sip-file = {os.path.basename(sipf)!r}