Skip to content

Commit

Permalink
conda_helpers: blacklist pdfium 6219
Browse files Browse the repository at this point in the history
  • Loading branch information
mara004 committed Jan 1, 2024
1 parent a521a6e commit a1a1d37
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion conda/helpers/recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,10 @@ requirements:
run:
# Set an upper boundary for pypdfium2_raw as defined in craft_packages.py
# NOTE There currently is no significant minimum pdfium requirement, but we could add one should the necessity arise.
# pdfium 6219: blacklisted due to https://crbug.com/pdfium/2112
# (6205 is also affected, but not on conda due to monthly schedule)
- python
- pypdfium2-team::pypdfium2_raw <={{ pdfium_max }}
- pypdfium2-team::pypdfium2_raw <={{ pdfium_max }},!=6219

test:
requires:
Expand Down

0 comments on commit a1a1d37

Please sign in to comment.