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

We use pylint for some native recipes in our build. Allow pylint to be a native recipe, and likewise allow its runtime dependencies to be native recipes. Signed-off-by: Daniel McGregor <daniel.mcgregor@vecima.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
20 lines
495 B
BlitzBasic
20 lines
495 B
BlitzBasic
SUMMARY = "Serialize all of python"
|
|
HOMEPAGE = "https://pypi.org/project/dill/"
|
|
LICENSE = "BSD-3-Clause"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=19de1f406e29e68f579e7e82e0758ce3"
|
|
|
|
SRC_URI[sha256sum] = "cc1c8b182eb3013e24bd475ff2e9295af86c1a38eb1aff128dac8962a9ce3c03"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
PYPI_PACKAGE_EXT = "tar.gz"
|
|
|
|
RDEPENDS:${PN} += "\
|
|
${PYTHON_PN}-multiprocessing \
|
|
${PYTHON_PN}-logging \
|
|
${PYTHON_PN}-profile \
|
|
${PYTHON_PN}-core \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|