diff --git a/meta-python/recipes-devtools/python/python3-pillow_6.1.bb b/meta-python/recipes-devtools/python/python3-pillow_6.1.bb index b74326755b..1d91066481 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_6.1.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_6.1.bb @@ -33,4 +33,6 @@ CVE_PRODUCT = "pillow" S = "${WORKDIR}/git" +RPROVIDES_${PN} += "python3-imaging" + BBCLASSEXTEND = "native"