mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
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:
parent
41b5aa1836
commit
9ed9bd46fa
|
|
@ -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 \
|
|
||||||
"
|
|
||||||
15
meta-python/recipes-devtools/python/python3-dill_0.3.5.1.bb
Normal file
15
meta-python/recipes-devtools/python/python3-dill_0.3.5.1.bb
Normal 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 \
|
||||||
|
"
|
||||||
Loading…
Reference in New Issue
Block a user