diff --git a/meta/classes-recipe/python_uv_build.bbclass b/meta/classes-recipe/python_uv_build.bbclass
new file mode 100644
index 0000000000..9c8acdf4fd
--- /dev/null
+++ b/meta/classes-recipe/python_uv_build.bbclass
@@ -0,0 +1,9 @@
+#
+# Copyright OpenEmbedded Contributors
+#
+# SPDX-License-Identifier: MIT
+#
+
+inherit python_pep517
+
+DEPENDS += "python3-uv-build-native"
