diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-04-14 18:38:33 +0800 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-14 08:59:34 -0700 |
| commit | d61051de6b64d2ec3e68d49e6f4b1e599e804621 (patch) | |
| tree | d17486552491ca8e324d34dfb8613ac00d902132 /meta-python/recipes-devtools/python/python3-platformdirs_4.9.6.bb | |
| parent | 8bf9ef44520e22aada0d20dd78eb3b924855a70f (diff) | |
| download | meta-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.bb | 21 |
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 @@ | |||
| 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] = "3bfa75b0ad0db84096ae777218481852c0ebc6c727b3168c1b9e0118e458cf0a" | ||
| 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" | ||
