summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-dill_0.3.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-dill_0.3.4.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb b/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb
deleted file mode 100644
index ff0104cc8a..0000000000
--- a/meta-python/recipes-devtools/python/python3-dill_0.3.4.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1SUMMARY = "Serialize all of python"
2HOMEPAGE = "https://pypi.org/project/dill/"
3LICENSE = "BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=41adceb584fdde8323ddf9ad23c07fe5"
5
6SRC_URI[sha256sum] = "9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675"
7
8inherit pypi setuptools3
9
10PYPI_PACKAGE_EXT = "zip"
11
12RDEPENDS:${PN} += "\
13 ${PYTHON_PN}-multiprocessing \
14"