Skip to content

Commit

Permalink
Merge pull request #946 from h-vetinari/lief
Browse files Browse the repository at this point in the history
avoid py-lief 0.16 with current conda-build
  • Loading branch information
beckermr authored Jan 16, 2025
2 parents 52a0395 + 872264e commit ef0b2ee
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 ef0b2ee

Please sign in to comment.