From 07fc972c60b50ebafe7b31f2c47d3d4a81d78933 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 24 Nov 2020 22:31:22 -0800 Subject: [PATCH] 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 --- recipes-devtools/python/python3-sense-hat_2.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 += " \ RDEPENDS_${PN} += " \ ${PYTHON_PN}-numpy \ ${PYTHON_PN}-rtimu \ - ${PYTHON_PN}-imaging \ + ${PYTHON_PN}-pillow \ "