diff options
author | Jan-Simon Moeller <dl9pf@gmx.de> | 2020-11-24 22:31:22 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2020-11-25 17:57:12 +0000 |
commit | 07fc972c60b50ebafe7b31f2c47d3d4a81d78933 (patch) | |
tree | 056ed18657f9317d8f63afe48573c0a7076acf0a | |
parent | 9e9746f5a72176b5815ba1f9b30bc7d30be2d9e6 (diff) | |
download | meta-raspberrypi-07fc972c60b50ebafe7b31f2c47d3d4a81d78933.tar.gz |
python3-sense-hat: Switch to using pillow instead of imaging module
while meta-python does rprovide python3-imaging via python3-pillow, its
better to not rely on that bridge, since this might disappear in future
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-devtools/python/python3-sense-hat_2.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/python/python3-sense-hat_2.2.0.bb b/recipes-devtools/python/python3-sense-hat_2.2.0.bb index 5ea0014..6195d28 100644 --- a/recipes-devtools/python/python3-sense-hat_2.2.0.bb +++ b/recipes-devtools/python/python3-sense-hat_2.2.0.bb | |||
@@ -20,5 +20,5 @@ DEPENDS += " \ | |||
20 | RDEPENDS_${PN} += " \ | 20 | RDEPENDS_${PN} += " \ |
21 | ${PYTHON_PN}-numpy \ | 21 | ${PYTHON_PN}-numpy \ |
22 | ${PYTHON_PN}-rtimu \ | 22 | ${PYTHON_PN}-rtimu \ |
23 | ${PYTHON_PN}-imaging \ | 23 | ${PYTHON_PN}-pillow \ |
24 | " | 24 | " |