mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-18 10:58:18 +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:
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"
|
||||
Reference in New Issue
Block a user