python3-dill: upgrade 0.3.4 -> 0.3.5.1

License-Update: Copyright year updated to 2022.

Add dependence python3-logging.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
wangmy 2022-06-23 15:14:43 +08:00 committed by Khem Raj
parent 41b5aa1836
commit 9ed9bd46fa
2 changed files with 15 additions and 14 deletions

View File

@ -1,14 +0,0 @@
SUMMARY = "Serialize all of python"
HOMEPAGE = "https://pypi.org/project/dill/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=41adceb584fdde8323ddf9ad23c07fe5"
SRC_URI[sha256sum] = "9f9734205146b2b353ab3fec9af0070237b6ddae78452af83d2fca84d739e675"
inherit pypi setuptools3
PYPI_PACKAGE_EXT = "zip"
RDEPENDS:${PN} += "\
${PYTHON_PN}-multiprocessing \
"

View File

@ -0,0 +1,15 @@
SUMMARY = "Serialize all of python"
HOMEPAGE = "https://pypi.org/project/dill/"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=61f24e44fc855bde43ed5a1524a37bc4"
SRC_URI[sha256sum] = "d75e41f3eff1eee599d738e76ba8f4ad98ea229db8b085318aa2b3333a208c86"
inherit pypi setuptools3
PYPI_PACKAGE_EXT = "tar.gz"
RDEPENDS:${PN} += "\
${PYTHON_PN}-multiprocessing \
${PYTHON_PN}-logging \
"