mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
python3-dill: Upgrade 0.3.3 -> 0.3.4
Upgrade to release 0.3.4: - fix typos and formatting - update legacy links - rename Examples in README License-Update: Update year Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
SUMMARY = "Serialize all of python"
|
||||
HOMEPAGE = "https://pypi.org/project/dill/"
|
||||
LICENSE = "BSD"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=41adceb584fdde8323ddf9ad23c07fe5"
|
||||
|
||||
SRC_URI[sha256sum] = "9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
PYPI_PACKAGE_EXT = "zip"
|
||||
|
||||
RDEPENDS_${PN} += "\
|
||||
${PYTHON_PN}-multiprocessing \
|
||||
"
|
||||
Reference in New Issue
Block a user