summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <dl9pf@gmx.de>2020-11-24 22:31:22 -0800
committerAndrei Gherzan <andrei@gherzan.com>2021-03-16 22:25:08 +0000
commit16eb6ec2b0ce430946471f2ff4170f40dfc8911b (patch)
tree1f1391430a21d6bd35322f510e50ec8931e817a1
parent8c69288c7de53d0c8fe3f8fdc5b93bfb9d311a6f (diff)
downloadmeta-raspberrypi-16eb6ec2b0ce430946471f2ff4170f40dfc8911b.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> (cherry picked from commit 07fc972c60b50ebafe7b31f2c47d3d4a81d78933) Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
-rw-r--r--recipes-devtools/python/python3-sense-hat_2.2.0.bb2
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 += " \
20RDEPENDS_${PN} += " \ 20RDEPENDS_${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 "