20 lines
461 B
BlitzBasic
20 lines
461 B
BlitzBasic
SUMMARY = "Distro is an OS platform information API"
|
|
SECTION = "devel/python"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
|
|
|
|
PYPI_PACKAGE = "distro"
|
|
|
|
SRC_URI[sha256sum] = "151aeccf60c216402932b52e40ee477a939f8d58898927378a02abbe852c1c39"
|
|
|
|
inherit pypi setuptools3
|
|
|
|
RDEPENDS:${PN} = "\
|
|
${PYTHON_PN}-core \
|
|
${PYTHON_PN}-json \
|
|
${PYTHON_PN}-logging \
|
|
${PYTHON_PN}-shell \
|
|
"
|
|
|
|
BBCLASSEXTEND = "native nativesdk"
|