aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2019-08-10 10:12:35 -0700
committerKhem Raj <raj.khem@gmail.com>2019-08-11 08:58:05 -0700
commit2ea549618e9db9ea1e705a5600b35f5cccfcc447 (patch)
treee7b47ae940fec3d767ca015a8dd324d62d5574cc /meta-python
parentae88e1a5d1f1b388c5802fd63f13aca59228176f (diff)
downloadmeta-openembedded-contrib-2ea549618e9db9ea1e705a5600b35f5cccfcc447.tar.gz
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 <raj.khem@gmail.com> Cc: Tim Orling <TicoTimo@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pillow_6.1.bb2
1 files changed, 2 insertions, 0 deletions
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"