Skip to content

Commit

Permalink
avoid py-lief 0.16 with current conda-build
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jan 16, 2025
1 parent 52a0395 commit 872264e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipe/patch_yaml/conda-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 872264e

Please sign in to comment.