From 4014a66c1a5edead88e10680495808565d58831b Mon Sep 17 00:00:00 2001 From: first last Date: Wed, 1 Jan 2025 10:34:57 -0500 Subject: [PATCH] add liblzma-devel to host deps for compiled bioc pkgs --- bioconda_utils/bioconductor_skeleton.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bioconda_utils/bioconductor_skeleton.py b/bioconda_utils/bioconductor_skeleton.py index 15af50b91d..1c91f32f1b 100755 --- a/bioconda_utils/bioconductor_skeleton.py +++ b/bioconda_utils/bioconductor_skeleton.py @@ -944,9 +944,10 @@ def sub_placeholders(x): additional_host_deps.append('liblapack') # During the BioC 3.20 builds, which also corresponded to updates - # in pinnings, there were quite a few issues where zlib was - # missing. + # in pinnings, there were quite a few issues where zlib and liblzma + # were missing. additional_host_deps.append('zlib') + additional_host_deps.append('liblzma-devel') additional_run_deps = [] if self.is_data_package: