From 2ea549618e9db9ea1e705a5600b35f5cccfcc447 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 10 Aug 2019 10:12:35 -0700 Subject: python3-pillow: Provide python3-imaging This is the maintained PIL fork for python3 now a days helps in writing/porting py2 recipes to py3 Signed-off-by: Khem Raj Cc: Tim Orling --- meta-python/recipes-devtools/python/python3-pillow_6.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python') 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" -- cgit v1.2.3-54-g00ecf