summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-platformdirs_4.5.1.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-12-09 17:55:38 +0800
committerKhem Raj <raj.khem@gmail.com>2025-12-09 15:11:01 -0800
commit4ae28f24fdba979ed4b1f5405770addea9cdc1ca (patch)
tree4ee57561b2ae95d41b8e3d69c20c171f202b2958 /meta-python/recipes-devtools/python/python3-platformdirs_4.5.1.bb
parent39335015913a8bcc1b40fb7318334f626a9b8285 (diff)
downloadmeta-openembedded-4ae28f24fdba979ed4b1f5405770addea9cdc1ca.tar.gz
python3-platformdirs: upgrade 4.5.0 -> 4.5.1
Changelog: Fix no-ctypes fallback on windows Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-platformdirs_4.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-platformdirs_4.5.1.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.5.1.bb b/meta-python/recipes-devtools/python/python3-platformdirs_4.5.1.bb
new file mode 100644
index 0000000000..666ba6805e
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.5.1.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] = "61d5cdcc6065745cdd94f0f878977f8de9437be93de97c1c12f853c9c0cdcbda"
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"