aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-path_16.5.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-path_16.5.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-path_16.5.0.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-path_16.5.0.bb b/meta-python/recipes-devtools/python/python3-path_16.5.0.bb
new file mode 100644
index 0000000000..3dc5d7cdec
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-path_16.5.0.bb
@@ -0,0 +1,11 @@
+SUMMARY = "A module wrapper for os.path"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
+
+SRC_URI[sha256sum] = "2722e500b370bc00d5934d2207e26b17a09ee73eb0150f651d5a255d8be935a2"
+
+inherit pypi python_setuptools_build_meta
+
+DEPENDS += "python3-setuptools-scm-native"
+
+BBCLASSEXTEND = "nativesdk native"