From c028ccd8bf35334f2185c77b3d42e6cd4e78af1f Mon Sep 17 00:00:00 2001
From: Marcel Telka <marcel@telka.sk>
Date: Sat, 06 Apr 2024 21:13:40 +0200
Subject: [PATCH] Add pydantic_core Python project

---
 components/python/pydantic_core/pkg5 |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/components/python/pydantic_core/pkg5 b/components/python/pydantic_core/pkg5
new file mode 100644
index 0000000..42651bd
--- /dev/null
+++ b/components/python/pydantic_core/pkg5
@@ -0,0 +1,15 @@
+{
+    "dependencies": [
+        "library/python/maturin-39",
+        "library/python/typing-extensions-39",
+        "runtime/python-39",
+        "system/library",
+        "system/library/gcc-13-runtime",
+        "system/library/math"
+    ],
+    "fmris": [
+        "library/python/pydantic-core",
+        "library/python/pydantic-core-39"
+    ],
+    "name": "pydantic_core"
+}

--
Gitblit v1.9.3