From 872264e6438c45a872607fc866be858a22981781 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Thu, 16 Jan 2025 18:50:56 +0100 Subject: [PATCH] avoid py-lief 0.16 with current conda-build --- recipe/patch_yaml/conda-build.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/recipe/patch_yaml/conda-build.yaml b/recipe/patch_yaml/conda-build.yaml index 23a046468..39a6e5f3c 100644 --- a/recipe/patch_yaml/conda-build.yaml +++ b/recipe/patch_yaml/conda-build.yaml @@ -111,3 +111,13 @@ then: - tighten_depends: name: py-lief upper_bound: "0.15" +--- +# https://github.com/conda/conda-build/issues/5594 +if: + name: conda-build + version_le: 25.11.1 + timestamp_le: 1737049820000 # 2024-01-16 +then: + - tighten_depends: + name: py-lief + upper_bound: "0.16"