Signed-off-by: Frede Hoey Braendstrup <[email protected]> --- .../python3-pkg-about_2.4.2.bb | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 meta-python/recipes-devtools/python3-pkg-about/python3-pkg-about_2.4.2.bb
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" -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#238038): https://lists.openembedded.org/g/openembedded-core/message/238038 Mute This Topic: https://lists.openembedded.org/mt/119609658/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
