Skip to content

Commit

Permalink
recipe/meta.yaml: explicitly require libiconv
Browse files Browse the repository at this point in the history
This is an attempt to mitigate conda-forge#15, although (1) I'm not sure if this will
actually change things at all and (2) the real underlying issue is that the
conda-forge libiconv apparently has some incompatibility with the one provided
by `defaults`. This *might* help, though, and shouldn't hurt anywhere.
  • Loading branch information
pkgw committed Jun 14, 2019
1 parent e0921cf commit 0fddf01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ requirements:
- python
- pycairo
- gobject-introspection 1.*
- libiconv # on Windows we seem to need the conda-forge version here (see #15)
- libffi

test:
Expand Down

0 comments on commit 0fddf01

Please sign in to comment.