diff options
| author | Yoann Congal <yoann.congal@smile.fr> | 2025-11-22 01:12:25 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-21 16:16:34 -0800 |
| commit | 2a4ba1eabace13e6003c349e755d937a849bf139 (patch) | |
| tree | ea7dd6aea7a6c14925fed466e4324abf76cad0bc /meta-python/recipes-devtools/python | |
| parent | bc993e8f6c6cad0495ebdcf35ca6c77d2d23f0ab (diff) | |
| download | meta-openembedded-2a4ba1eabace13e6003c349e755d937a849bf139.tar.gz | |
python3-icontract: add BBCLASSEXTEND nativesdk
nativesdk-python3-icontract is needed for the dependency tree :
`-> nativesdk-python3-pylddwrap
`-> nativesdk-python3-checksec-py
Cc: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb b/meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb index b906be4ac2..355f1fd88b 100644 --- a/meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb +++ b/meta-python/recipes-devtools/python/python3-icontract_2.7.2.bb | |||
| @@ -11,4 +11,4 @@ SRC_URI[sha256sum] = "281ec16f1d09bbcca7a4227e82cd10b4d5fb291f638df77c29b7acf493 | |||
| 11 | 11 | ||
| 12 | RDEPENDS:${PN} += "python3-asttokens" | 12 | RDEPENDS:${PN} += "python3-asttokens" |
| 13 | 13 | ||
| 14 | BBCLASSEXTEND = "native" | 14 | BBCLASSEXTEND = "native nativesdk" |
