From 41cb39eb4e6b3f99cd1cc4fc88a7c6bff43de977 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Mon, 29 Apr 2024 19:57:06 +0000
Subject: [PATCH] Update recipes

---
 recipes/wip/dev/pyapp/recipe.toml   | 2 +-
 recipes/wip/dev/pylyzer/recipe.toml | 2 +-
 recipes/wip/dev/pyscan/recipe.toml  | 5 ++++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/recipes/wip/dev/pyapp/recipe.toml b/recipes/wip/dev/pyapp/recipe.toml
index 48178700f..b9468f346 100644
--- a/recipes/wip/dev/pyapp/recipe.toml
+++ b/recipes/wip/dev/pyapp/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO serde crate error
 [source]
 git = "https://github.com/ofek/pyapp"
 [build]
diff --git a/recipes/wip/dev/pylyzer/recipe.toml b/recipes/wip/dev/pylyzer/recipe.toml
index bef4e30f3..8fe7955f7 100644
--- a/recipes/wip/dev/pylyzer/recipe.toml
+++ b/recipes/wip/dev/pylyzer/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested
+#TODO erg_compiler crate error
 [source]
 git = "https://github.com/mtshiba/pylyzer"
 [build]
diff --git a/recipes/wip/dev/pyscan/recipe.toml b/recipes/wip/dev/pyscan/recipe.toml
index 81303e527..f44848851 100644
--- a/recipes/wip/dev/pyscan/recipe.toml
+++ b/recipes/wip/dev/pyscan/recipe.toml
@@ -1,5 +1,8 @@
-#TODO Not compiled or tested
+#TODO (after cargo update)
 [source]
 git = "https://github.com/aswinnnn/pyscan"
 [build]
 template = "cargo"
+dependencies = [
+    "openssl1",
+]
-- 
GitLab