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

Upgrade python-py from 1.5.4 to 1.6.0 Upgrade python3-py from 1.5.4 to 1.6.0 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
11 lines
436 B
HTML
11 lines
436 B
HTML
SUMMARY = "Library with cross-python path, ini-parsing, io, code, log facilities"
|
|
HOMEPAGE = "http://py.readthedocs.io/"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a6bb0320b04a0a503f12f69fea479de9"
|
|
|
|
SRC_URI[md5sum] = "5ccd0cd5373c55171cf9fd61b9f19a1b"
|
|
SRC_URI[sha256sum] = "06a30435d058473046be836d3fc4f27167fd84c45b99704f2fb5509ef61f9af1"
|
|
|
|
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
|
BBCLASSEXTEND = "native nativesdk"
|