Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf authored Sep 11, 2024
1 parent d67e91a commit d4c87b1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ requirements:
build:
- libtool # [unix]
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ stdlib('c') }}
- make # [unix]
# perl is required to run the tests on UNIX.
- perl # [unix]
Expand All @@ -35,6 +35,7 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib('c') }}
host:
- openssl # [unix]
- libnghttp2 # [unix]
Expand Down Expand Up @@ -76,7 +77,7 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ stdlib('c') }}
host:
- openssl # [unix]
- zlib
Expand All @@ -101,7 +102,7 @@ outputs:
requirements:
build:
- {{ compiler('c') }}
- {{ stdlib("c") }}
- {{ stdlib('c') }}
host:
- {{ pin_subpackage('libcurl', exact=True) }}
# OpenSSL is needed here to prevent conda-build from getting confused while
Expand Down

0 comments on commit d4c87b1

Please sign in to comment.