From 5688d5e7f3a4f6928a0e9bfe46c040d53b863867 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Mon, 26 Feb 2024 00:07:27 +0000 Subject: [PATCH] add a recipe dependency --- recipes/wip/dev/uv/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/wip/dev/uv/recipe.toml b/recipes/wip/dev/uv/recipe.toml index f49fd26a5..e63c82aae 100644 --- a/recipes/wip/dev/uv/recipe.toml +++ b/recipes/wip/dev/uv/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/astral-sh/uv" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages uv """ -- GitLab