From a26799472bb9a05ee1ac826ec2ea2f8105eae487 Mon Sep 17 00:00:00 2001 From: Marcel Bargull Date: Mon, 25 Mar 2024 12:26:18 +0100 Subject: [PATCH] Add py-lief<0.14 bound for conda-build<24.3.0 ref: - https://github.com/conda/conda-build/issues/5227 Signed-off-by: Marcel Bargull --- 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 5ec58c1dd..43f4eb9c0 100644 --- a/recipe/patch_yaml/conda-build.yaml +++ b/recipe/patch_yaml/conda-build.yaml @@ -91,3 +91,13 @@ then: - tighten_depends: name: conda upper_bound: 24.3.0 +--- +# https://github.com/conda/conda-build/issues/5227 +if: + name: conda-build + version_lt: 24.3.0 + timestamp_le: 1711365884254 # 2024-03-25 +then: + - tighten_depends: + name: py-lief + upper_bound: "0.14"