From 2811a8d9f12c27c5a26d8e502cc47687d6394b88 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Tue, 30 Aug 2022 07:40:19 +0200 Subject: [PATCH] add zlib as run-dep --- recipe/meta.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 78dbacc..fbb4890 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -99,6 +99,9 @@ outputs: run: - {{ pin_subpackage("libgoogle-cloud", exact=True) }} - nlohmann_json + # cannot load package wihout zlib because it's specified + # as required; if possible, this should be removed upstream + - zlib test: commands: - ./run_test_google_cloud_cpp.sh # [not win]