mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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>
This commit is contained in:
parent
9e9746f5a7
commit
07fc972c60
|
@ -20,5 +20,5 @@ DEPENDS += " \
|
||||||
RDEPENDS_${PN} += " \
|
RDEPENDS_${PN} += " \
|
||||||
${PYTHON_PN}-numpy \
|
${PYTHON_PN}-numpy \
|
||||||
${PYTHON_PN}-rtimu \
|
${PYTHON_PN}-rtimu \
|
||||||
${PYTHON_PN}-imaging \
|
${PYTHON_PN}-pillow \
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user