mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-23 17:20:28 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
d3a8ddcaaa
commit
1596998582
@@ -0,0 +1,10 @@
|
||||
SUMMARY = "Multiprocess extends multiprocessing to provide enhanced serialization, using dill."
|
||||
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=4e77a25170a36f151649917fe8d2858e"
|
||||
|
||||
SRC_URI[sha256sum] = "952021e0e6c55a4a9fe4cd787895b86e239a40e76802a789d6305398d3975897"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} += "python3-dill"
|
||||
Reference in New Issue
Block a user