diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dill_0.3.9.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-dill_0.3.9.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.9.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.9.bb new file mode 100644 index 0000000000..bc5a7e5003 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-dill_0.3.9.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=a41509b57cc475ed93f8cb1dbbfaeec1" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "81aa267dddf68cbfe8029c42ca9ec6a4ab3b22371d1c450abc54422577b4512c" | ||
| 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" | ||
