Skip to content

Commit

Permalink
Correct runtime requirements for snappy <1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Apr 8, 2024
1 parent e913ca7 commit e74dbcf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions recipe/patch_yaml/snappy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,13 @@ then:
- replace_depends:
old: snappy >=1.1.7,<1.1.8.0a0
new: snappy >=1.1.7,<2.0.0.0a0
---
# For context, see: https://github.com/conda-forge/snappy-feedstock/issues/35
if:
name: "*"
has_depends: snappy
timestamp_lt: 1712498454329
then:
- tighten_depends:
name: snappy
max_pin: 'x.x'

0 comments on commit e74dbcf

Please sign in to comment.