[meta-python,PATCHv2,1/3] python3-path: add recipe

Message ID 20220301113926.3204930-1-samuli.piippo@qt.io
State New
Headers show
Series [meta-python,PATCHv2,1/3] python3-path: add recipe | expand

Commit Message

Samuli Piippo March 1, 2022, 11:39 a.m. UTC
Signed-off-by: Samuli Piippo <samuli.piippo@qt.io>
---
 .../recipes-devtools/python/python3-path_16.4.0.bb     | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-path_16.4.0.bb

Patch

diff --git a/meta-python/recipes-devtools/python/python3-path_16.4.0.bb b/meta-python/recipes-devtools/python/python3-path_16.4.0.bb
new file mode 100644
index 000000000..0fc0a33b2
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-path_16.4.0.bb
@@ -0,0 +1,10 @@ 
+SUMMARY = "A module wrapper for os.path"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
+
+SRC_URI[sha256sum] = "baf2e757c4b19be8208f9e67e48fb475b4a577d5613590ce46693bdbdf082f52"
+
+inherit pypi setuptools_build_meta
+PYPA_WHEEL = "${PIP_INSTALL_DIST_PATH}/${PIP_INSTALL_PACKAGE}-0.0.0-*.whl"
+
+BBCLASSEXTEND = "nativesdk native"