diff options
Diffstat (limited to 'deskutils/calibre/files/patch-setup_commands.py')
-rw-r--r-- | deskutils/calibre/files/patch-setup_commands.py | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/deskutils/calibre/files/patch-setup_commands.py b/deskutils/calibre/files/patch-setup_commands.py new file mode 100644 index 000000000000..72f524b88ac4 --- /dev/null +++ b/deskutils/calibre/files/patch-setup_commands.py @@ -0,0 +1,21 @@ +--- setup/commands.py.orig 2025-08-08 02:10:36 UTC ++++ setup/commands.py +@@ -30,7 +30,6 @@ __all__ = [ + 'manual', + 'mathjax', + 'osx', +- 'piper_voices', + 'pot', + 'publish', + 'publish_betas', +@@ -93,10 +92,6 @@ hyphenation = Hyphenation() + from setup.hyphenation import Hyphenation + + hyphenation = Hyphenation() +- +-from setup.piper import PiperVoices +- +-piper_voices = PiperVoices() + + from setup.liberation import LiberationFonts + |