Skip to content

Commit 0eebdc3

Browse files
Fix builds for libnetcdf and lxml after #138 (#143)
1 parent 6bbb5d0 commit 0eebdc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/libnetcdf/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ source:
1313
requirements:
1414
host:
1515
- libhdf5
16-
- zlib
16+
- libzlib
1717
- libxml
1818

1919
build:

packages/lxml/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ requirements:
1313
host:
1414
- libxml
1515
- libxslt
16-
- zlib
16+
- libzlib
1717
- libiconv
1818
test:
1919
imports:

0 commit comments

Comments
 (0)