Add pillow dependency in waveshare-demo

This commit is contained in:
Lee Miller 2023-07-04 16:50:09 +03:00
parent be3e490182
commit a629179d21
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@ define Package/python3-$(PKG_NAME)
SUBMENU:=Python
TITLE:=CM4-NAS-Double-Deck Demo
URL:=https://www.waveshare.com/wiki/CM4-NAS-Double-Deck
DEPENDS:=+python3 +python3-setuptools +python3-numpy +python3-spidev \
+lsblk +procps-ng
DEPENDS:=+python3 +python3-setuptools +python3-numpy +python3-pillow \
+python3-spidev +lsblk +procps-ng
endef
define Package/python3-$(PKG_NAME)/description