| Message ID | 20251127131850.1256195-1-leon.anavi@konsulko.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [meta-python] python3-pillow: Add nativesdk to BBCLASSEXTEND | expand |
diff --git a/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb b/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb index 4db5db1572..0730ac7d32 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb @@ -64,4 +64,4 @@ CVE_PRODUCT = "pillow" RPROVIDES:${PN} += "python3-imaging" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk"
Add nativesdk to BBCLASSEXTEND because python3-pikepdf requires nativesdk-python3-pillow. This work was sponsored by GOVCERT.LU. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> --- meta-python/recipes-devtools/python/python3-pillow_12.0.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)