mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-py: add from openembedded-core
This recipe is being removed from oe-core, so add to meta-python. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
8e79e77b5d
commit
aed8ee3b35
14
meta-python/recipes-devtools/python/python3-py_1.11.0.bb
Normal file
14
meta-python/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 += "python3-setuptools-scm-native"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
RDEPENDS:${PN} += "python3-netclient"
|
||||
Loading…
Reference in New Issue
Block a user