From 9cd55779abe3bb9b4b8042b3e4828bd984466309 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Sat, 8 Jun 2024 18:51:59 +0000 Subject: [PATCH] Update the keyscope recipe --- recipes/wip/security/keyscope/recipe.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes/wip/security/keyscope/recipe.toml b/recipes/wip/security/keyscope/recipe.toml index 7dd569153..2e2565764 100644 --- a/recipes/wip/security/keyscope/recipe.toml +++ b/recipes/wip/security/keyscope/recipe.toml @@ -3,6 +3,9 @@ git = "https://github.com/SpectralOps/keyscope" [build] template = "custom" +dependencies = [ + "openssl1", +] script = """ cookbook_cargo_packages keyscope """ -- GitLab