From 4f47385bd5fbd13ea26345edd3ce804371157791 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 18 Nov 2019 20:44:01 +0530 Subject: [PATCH] Add the lzma dependency --- bypy/linux/__main__.py | 2 +- bypy/sources.json | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/bypy/linux/__main__.py b/bypy/linux/__main__.py index 9d36bf9f16..6d3487965b 100644 --- a/bypy/linux/__main__.py +++ b/bypy/linux/__main__.py @@ -38,7 +38,7 @@ def binary_includes(): j(PREFIX, 'private', 'mozjpeg', 'bin', x) for x in ('jpegtran', 'cjpeg')] + [ ] + list(map( get_dll_path, - ('usb-1.0 mtp expat sqlite3 ffi z openjp2 poppler dbus-1 iconv xml2 xslt jpeg png16' + ('usb-1.0 mtp expat sqlite3 ffi z lzma openjp2 poppler dbus-1 iconv xml2 xslt jpeg png16' ' webp webpmux webpdemux exslt ncursesw readline chm hunspell-1.7 hyphen' ' icudata icui18n icuuc icuio gcrypt gpg-error' ' gobject-2.0 glib-2.0 gthread-2.0 gmodule-2.0 gio-2.0 dbus-glib-1').split() diff --git a/bypy/sources.json b/bypy/sources.json index 43940208f9..c12c693049 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -78,6 +78,15 @@ } }, + { + "name": "xz", + "unix": { + "filename": "xz-5.2.4.tar.gz", + "hash": "md5:5ace3264bdd00c65eeec2891346f65e6", + "urls": ["https://tukaani.org/xz/{filename}"] + } + }, + { "name": "unrar", "unix": {