Skip to content

Commit

Permalink
fix: pin back lief again
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Feb 23, 2025
1 parent a452c26 commit efb0c56
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 @@ -121,3 +121,13 @@ then:
- tighten_depends:
name: py-lief
upper_bound: "0.15"
---
# https://github.com/conda/conda-build/issues/5626
if:
name: conda-build
version_le: 25.1.2
timestamp_le: 1740306410000 # 2025-02-23
then:
- tighten_depends:
name: py-lief
upper_bound: "0.15"

0 comments on commit efb0c56

Please sign in to comment.