mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-03 10:40:18 +00:00
python3-dill: upgrade 0.4.0 -> 0.4.1
License-Update: Copyright year updated to 2026 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
17
meta-python/recipes-devtools/python/python3-dill_0.4.1.bb
Normal file
17
meta-python/recipes-devtools/python/python3-dill_0.4.1.bb
Normal file
@@ -0,0 +1,17 @@
|
||||
SUMMARY = "Serialize all of python"
|
||||
HOMEPAGE = "https://pypi.org/project/dill/"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7a60f86720d45856324c45945cfed6b3"
|
||||
|
||||
SRC_URI[sha256sum] = "423092df4182177d4d8ba8290c8a5b640c66ab35ec7da59ccfa00f6fa3eea5fa"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
RDEPENDS:${PN} += "\
|
||||
python3-multiprocessing \
|
||||
python3-logging \
|
||||
python3-profile \
|
||||
python3-core \
|
||||
"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user