summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>2026-02-18 16:15:04 +0100
committerKhem Raj <raj.khem@gmail.com>2026-02-20 23:34:18 -0800
commit1596998582a8347d98666192ce706c9632e1a15d (patch)
tree672fd5ee31dcebc3b6950ff4ca3162e56a00cdb8 /meta-python/recipes-devtools/python
parentd3a8ddcaaab2ef9f01d7f9285e1692450b709f0f (diff)
downloadmeta-openembedded-1596998582a8347d98666192ce706c9632e1a15d.tar.gz
python3-multiprocess: new package
Add a recipe for a for of python's multiprocessing package that uses dill for data marshalling. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-multiprocess_0.70.19.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-multiprocess_0.70.19.bb b/meta-python/recipes-devtools/python/python3-multiprocess_0.70.19.bb
new file mode 100644
index 0000000000..394945df1b
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-multiprocess_0.70.19.bb
@@ -0,0 +1,10 @@
1SUMMARY = "Multiprocess extends multiprocessing to provide enhanced serialization, using dill."
2
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=4e77a25170a36f151649917fe8d2858e"
5
6SRC_URI[sha256sum] = "952021e0e6c55a4a9fe4cd787895b86e239a40e76802a789d6305398d3975897"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += "python3-dill"