mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
they were sent for meta-security long time ago in 2021:
https://lists.yoctoproject.org/g/yocto/message/54470
but never merged there, now there are lief, docopt, rich, asttokens
already in meta-python and checksec-py depends on lief version, e.g.
976d530867
is needed to fixcompatibility with newer lief currently in meta-python
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
422 B
BlitzBasic
15 lines
422 B
BlitzBasic
SUMMARY = "Recipe to embedded the Python PiP Package icontract"
|
|
HOMEPAGE = "https://pypi.org/project/icontract"
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=1d4a9b1f6b84bedf7a38843931e0dd57"
|
|
|
|
PR = "r0"
|
|
|
|
inherit pypi setuptools3
|
|
PYPI_PACKAGE = "icontract"
|
|
SRC_URI[sha256sum] = "c1fd55c7709ef18a2ee64313fe863be2668b53060828fcca3525051160c92691"
|
|
|
|
RDEPENDS:${PN} += "python3-asttokens"
|
|
|
|
BBCLASSEXTEND = "native"
|