diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-08-10 10:12:35 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-11 08:58:05 -0700 |
commit | 2ea549618e9db9ea1e705a5600b35f5cccfcc447 (patch) | |
tree | e7b47ae940fec3d767ca015a8dd324d62d5574cc /meta-python/recipes-devtools | |
parent | ae88e1a5d1f1b388c5802fd63f13aca59228176f (diff) | |
download | meta-openembedded-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/recipes-devtools')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pillow_6.1.bb | 2 |
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 b74326755..1d9106648 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" | |||
33 | 33 | ||
34 | S = "${WORKDIR}/git" | 34 | S = "${WORKDIR}/git" |
35 | 35 | ||
36 | RPROVIDES_${PN} += "python3-imaging" | ||
37 | |||
36 | BBCLASSEXTEND = "native" | 38 | BBCLASSEXTEND = "native" |