diff --git a/meta-python/recipes-devtools/python3-pkg-about/python3-pkg-about_2.4.2.bb b/meta-python/recipes-devtools/python3-pkg-about/python3-pkg-about_2.4.2.bb
new file mode 100644
index 0000000000..a9fdc6d544
--- /dev/null
+++ b/meta-python/recipes-devtools/python3-pkg-about/python3-pkg-about_2.4.2.bb
@@ -0,0 +1,20 @@
+SUMMARY = "Easy access to information about a Python package/distribution"
+HOMEPAGE = "https://pypi.org/project/pkg-about/"
+LICENSE = "Zlib"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=d1684e2918788f4ab887eb4f3f7400bf"
+
+PYPI_PACKAGE = "pkg_about"
+
+SRC_URI[sha256sum] = "f5a3b2e402842141a8a36069dbb57ad9d27aa1623574863654cc26b5cc4bd545"
+
+inherit pypi python_setuptools_build_meta
+
+RDEPENDS:${PN} += " \
+    python3-build \
+    python3-packaging \
+    python3-importlib-metadata \
+    python3-email \
+    python3-packaging \
+"
+
+BBCLASSEXTEND = "native nativesdk"
