diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-path_16.6.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-path_16.6.0.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-path_16.6.0.bb b/meta-python/recipes-devtools/python/python3-path_16.6.0.bb new file mode 100644 index 0000000000..41fe374619 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-path_16.6.0.bb | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | SUMMARY = "A module wrapper for os.path" | ||
| 2 | LICENSE = "MIT" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" | ||
| 4 | |||
| 5 | SRC_URI[sha256sum] = "bea3816e1d54f4e33aac78d2031a0b0ed2f95e69db85b45d51f17df97071da69" | ||
| 6 | |||
| 7 | inherit pypi python_setuptools_build_meta | ||
| 8 | |||
| 9 | DEPENDS += "python3-setuptools-scm-native" | ||
| 10 | |||
| 11 | BBCLASSEXTEND = "nativesdk native" | ||
