From 8568e879fd92434ae1e48744c582cacffff0009a Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Fri, 22 Nov 2024 11:30:27 +0000
Subject: [PATCH] Fix a recipe

---
 recipes/wip/ai/nnx/recipe.toml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/recipes/wip/ai/nnx/recipe.toml b/recipes/wip/ai/nnx/recipe.toml
index a89d357cd..b42ca9be2 100644
--- a/recipes/wip/ai/nnx/recipe.toml
+++ b/recipes/wip/ai/nnx/recipe.toml
@@ -3,6 +3,9 @@
 git = "https://github.com/webonnx/wonnx"
 [build]
 template = "custom"
+dependencies = [
+    "openssl1",
+]
 script = """
 cookbook_cargo_packages wonnx-cli
 """
-- 
GitLab