diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2026-01-27 17:43:28 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-01-30 23:59:08 -0800 |
| commit | b62af48a2d788f12d02c53beaae035284176b541 (patch) | |
| tree | 6ceb60884990b5c87a65fc79b3723cd36ecd1943 /meta-python/recipes-devtools/python/python3-dill_0.4.1.bb | |
| parent | b13522054b6882bd3779c05971c26dc2ba7d4dbf (diff) | |
| download | meta-openembedded-b62af48a2d788f12d02c53beaae035284176b541.tar.gz | |
python3-dill: upgrade 0.4.0 -> 0.4.1
License-Update: Copyright year updated to 2026
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-dill_0.4.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dill_0.4.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.4.1.bb b/meta-python/recipes-devtools/python/python3-dill_0.4.1.bb new file mode 100644 index 0000000000..e08e97113d --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dill_0.4.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "Serialize all of python" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/dill/" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a60f86720d45856324c45945cfed6b3" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "423092df4182177d4d8ba8290c8a5b640c66ab35ec7da59ccfa00f6fa3eea5fa" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "\ | ||
| 11 | python3-multiprocessing \ | ||
| 12 | python3-logging \ | ||
| 13 | python3-profile \ | ||
| 14 | python3-core \ | ||
| 15 | " | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native nativesdk" | ||
