All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-maker][rocko][PATCH] octoprint: add python-pillow to RDEPENDS
@ 2018-06-08 20:21 Sergey Matyukevich
  2018-06-15 10:00 ` Koen Kooi
  0 siblings, 1 reply; 2+ messages in thread
From: Sergey Matyukevich @ 2018-06-08 20:21 UTC (permalink / raw)
  To: openembedded-devel

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

Signed-off-by: Sergey Matyukevich <geomatsi@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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-maker][rocko][PATCH] octoprint: add python-pillow to RDEPENDS
  2018-06-08 20:21 [meta-maker][rocko][PATCH] octoprint: add python-pillow to RDEPENDS Sergey Matyukevich
@ 2018-06-15 10:00 ` Koen Kooi
  0 siblings, 0 replies; 2+ messages in thread
From: Koen Kooi @ 2018-06-15 10:00 UTC (permalink / raw)
  To: openembedded-devel

Op 08-06-18 om 22:21 schreef Sergey Matyukevich:
> Add pillow library to RDEPENDS to enable seamless installation
> of messenging plugins including slack and telegram.
> 
> Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>

NAK, RDEPENDS are for things that the resulting packages cannot do without to function, python-pillow is at most an RSUGGESTS. If you need pillow, include it in your image definition.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-06-15 10:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-08 20:21 [meta-maker][rocko][PATCH] octoprint: add python-pillow to RDEPENDS Sergey Matyukevich
2018-06-15 10:00 ` Koen Kooi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.