summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dill_0.4.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-dill_0.4.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb b/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb
new file mode 100644
index 0000000000..d421b1a887
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-dill_0.4.0.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Serialize all of python"
2HOMEPAGE = "https://pypi.org/project/dill/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=ed5ea77287d7d542949d6dd0bc288ac0"
5
6SRC_URI[sha256sum] = "0633f1d2df477324f53a895b02c901fb961bdbf65a17122586ea7019292cbcf0"
7
8inherit pypi python_setuptools_build_meta
9
10RDEPENDS:${PN} += "\
11 python3-multiprocessing \
12 python3-logging \
13 python3-profile \
14 python3-core \
15"
16
17BBCLASSEXTEND = "native nativesdk"