diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-multiprocess_0.70.19.bb | 10 |
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 @@ | |||
| 1 | SUMMARY = "Multiprocess extends multiprocessing to provide enhanced serialization, using dill." | ||
| 2 | |||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=4e77a25170a36f151649917fe8d2858e" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "952021e0e6c55a4a9fe4cd787895b86e239a40e76802a789d6305398d3975897" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += "python3-dill" | ||
