mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 12:43:03 +01:00
python3-py: upgrade 1.10.0 -> 1.11.0
(From OE-Core rev: 75d53556a4aae59005e5d5ab76bfff74cc119047) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b23929b70c
commit
654e4ceaae
14
meta/recipes-devtools/python/python3-py_1.11.0.bb
Normal file
14
meta/recipes-devtools/python/python3-py_1.11.0.bb
Normal file
@@ -0,0 +1,14 @@
|
||||
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[sha256sum] = "51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"
|
||||
|
||||
DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
|
||||
|
||||
inherit pypi setuptools3
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} += "${PYTHON_PN}-netclient"
|
||||
Reference in New Issue
Block a user