diff --git a/recipes/wip/security/keyscope/recipe.toml b/recipes/wip/security/keyscope/recipe.toml
index 7dd5691530bf59d3f04ff85a45305b362381aa52..2e25657647d1934e8a6764eb959152415b876be4 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
 """