mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
369 B
BlitzBasic
15 lines
369 B
BlitzBasic
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 \
|
|
"
|