Signed-off-by: Frede Hoey Braendstrup <[email protected]> --- .../python3-py-utlx/python3-py-utlx_2.4.0.bb | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta-python/recipes-devtools/python3-py-utlx/python3-py-utlx_2.4.0.bb
diff --git a/meta-python/recipes-devtools/python3-py-utlx/python3-py-utlx_2.4.0.bb b/meta-python/recipes-devtools/python3-py-utlx/python3-py-utlx_2.4.0.bb new file mode 100644 index 0000000000..55be32ba45 --- /dev/null +++ b/meta-python/recipes-devtools/python3-py-utlx/python3-py-utlx_2.4.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "Python utility library (utlx)" +HOMEPAGE = "https://pypi.org/project/py-utlx/" +LICENSE = "Zlib" +LIC_FILES_CHKSUM = "file://LICENSE;md5=5ec25ca3fcbff4a4c70d5244a47d2906" + +PYPI_PACKAGE = "py_utlx" + +SRC_URI[sha256sum] = "66b49b28113b11ae9e9710ea6dabeb9a0a18a5411be6896d1cbbc9f39845c15c" + +inherit pypi python_setuptools_build_meta + +RDEPENDS:${PN} += " \ + python3-chardet \ + python3-pkg-about \ +" + +BBCLASSEXTEND = "native nativesdk" -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#238039): https://lists.openembedded.org/g/openembedded-core/message/238039 Mute This Topic: https://lists.openembedded.org/mt/119609659/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
