diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2025-12-09 17:55:38 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-09 15:11:01 -0800 |
| commit | 4ae28f24fdba979ed4b1f5405770addea9cdc1ca (patch) | |
| tree | 4ee57561b2ae95d41b8e3d69c20c171f202b2958 /meta-python/recipes-devtools/python/python3-platformdirs_4.5.1.bb | |
| parent | 39335015913a8bcc1b40fb7318334f626a9b8285 (diff) | |
| download | meta-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.bb | 21 |
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 @@ | |||
| 1 | SUMMARY = "A small Python module for determining appropriate platform-specific dirs" | ||
| 2 | HOMEPAGE = "https://github.com/platformdirs/platformdirs" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "61d5cdcc6065745cdd94f0f878977f8de9437be93de97c1c12f853c9c0cdcbda" | ||
| 7 | |||
| 8 | inherit pypi python_hatchling ptest-python-pytest | ||
| 9 | |||
| 10 | DEPENDS += " \ | ||
| 11 | python3-hatch-vcs-native \ | ||
| 12 | " | ||
| 13 | |||
| 14 | RDEPENDS:${PN}-ptest += " \ | ||
| 15 | python3-appdirs \ | ||
| 16 | python3-covdefaults \ | ||
| 17 | python3-pytest-cov \ | ||
| 18 | python3-pytest-mock \ | ||
| 19 | " | ||
| 20 | |||
| 21 | BBCLASSEXTEND = "native nativesdk" | ||
