Skip to content

Commit

Permalink
Pin conda-build's pylief to <0.15 (#926)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
conda-forge-admin authored Dec 11, 2024
2 parents f6df14c + d68bbc6 commit 0137502
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 @@ -101,3 +101,13 @@ then:
- tighten_depends:
name: py-lief
upper_bound: "0.14"
---
# https://github.com/conda/conda-build/issues/5564
if:
name: conda-build
version_lt: 24.11.2
timestamp_le: 1733914099000 # 2024-12-11
then:
- tighten_depends:
name: py-lief
upper_bound: "0.15"

0 comments on commit 0137502

Please sign in to comment.