diff options
Diffstat (limited to 'deskutils/calibre/files/patch-setup_resources.py')
-rw-r--r-- | deskutils/calibre/files/patch-setup_resources.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/calibre/files/patch-setup_resources.py b/deskutils/calibre/files/patch-setup_resources.py new file mode 100644 index 000000000000..4f8d77906778 --- /dev/null +++ b/deskutils/calibre/files/patch-setup_resources.py @@ -0,0 +1,11 @@ +--- setup/resources.py.orig 2025-08-08 02:10:36 UTC ++++ setup/resources.py +@@ -104,7 +104,7 @@ class Resources(Command): # {{{ + class Resources(Command): # {{{ + + description = 'Compile various needed calibre resources' +- sub_commands = ['liberation_fonts', 'mathjax', 'rapydscript', 'hyphenation', 'piper_voices'] ++ sub_commands = ['liberation_fonts', 'mathjax', 'rapydscript', 'hyphenation'] + + def run(self, opts): + from calibre.utils.serialize import msgpack_dumps |