summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-04-14 18:38:33 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-14 08:59:34 -0700
commitd61051de6b64d2ec3e68d49e6f4b1e599e804621 (patch)
treed17486552491ca8e324d34dfb8613ac00d902132 /meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb
parent8bf9ef44520e22aada0d20dd78eb3b924855a70f (diff)
downloadmeta-openembedded-d61051de6b64d2ec3e68d49e6f4b1e599e804621.tar.gz
python3-platformdirs: upgrade 4.9.4 -> 4.9.6
fix: use double quotes for tag variable expansion Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb b/meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb
new file mode 100644
index 0000000000..6ca4a09bde
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb
@@ -0,0 +1,21 @@
1SUMMARY = "A small Python module for determining appropriate platform-specific dirs"
2HOMEPAGE = "https://github.com/platformdirs/platformdirs"
3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a"
5
6SRC_URI[sha256sum] = "3bfa75b0ad0db84096ae777218481852c0ebc6c727b3168c1b9e0118e458cf0a"
7
8inherit pypi python_hatchling ptest-python-pytest
9
10DEPENDS += " \
11 python3-hatch-vcs-native \
12"
13
14RDEPENDS:${PN}-ptest += " \
15 python3-appdirs \
16 python3-covdefaults \
17 python3-pytest-cov \
18 python3-pytest-mock \
19"
20
21BBCLASSEXTEND = "native nativesdk"