[oe] [meta-maker][rocko][PATCH] octoprint: add python-pillow to RDEPENDS

Sergey Matyukevich geomatsi at gmail.com
Fri Jun 8 20:21:17 UTC 2018


Add pillow library to RDEPENDS to enable seamless installation
of messenging plugins including slack and telegram.

Signed-off-by: Sergey Matyukevich <geomatsi at gmail.com>
---
 recipes-webui/octoprint/octoprint_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-webui/octoprint/octoprint_git.bb b/recipes-webui/octoprint/octoprint_git.bb
index cc56d5b..cdb55db 100644
--- a/recipes-webui/octoprint/octoprint_git.bb
+++ b/recipes-webui/octoprint/octoprint_git.bb
@@ -89,6 +89,7 @@ RDEPENDS_${PN} = "python-awesome-slugify \
                   python-netserver \
                   python-numpy \
                   python-pathtools \
+                  python-pillow \
                   python-pip \
                   python-pkginfo \
                   python-psutil \
-- 
2.17.1




More information about the Openembedded-devel mailing list