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 """