All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-waitress: add missing target RDEPENDS
@ 2020-01-23  5:23 Tim Orling
  2020-01-23  6:17 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Tim Orling @ 2020-01-23  5:23 UTC (permalink / raw)
  To: openembedded-devel

* Missing run-time dependencies:
    ${PYTHON_PN}-datetime
    ${PYTHON_PN}-io
    ${PYTHON_PN}-logging
    ${PYTHON_PN}-re

Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
 recipes-devtools/python/python-waitress_1.4.1.bb | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/recipes-devtools/python/python-waitress_1.4.1.bb b/recipes-devtools/python/python-waitress_1.4.1.bb
index 7ab4aaa0..3e144b5c 100644
--- a/recipes-devtools/python/python-waitress_1.4.1.bb
+++ b/recipes-devtools/python/python-waitress_1.4.1.bb
@@ -10,3 +10,10 @@ SRC_URI[md5sum] = "e6b9f0406cb4e6fedcc3add96411786d"
 SRC_URI[sha256sum] = "f4118cbce75985fd60aeb4f0d781aba8dc7ae28c18e50753e913d7a7dee76b62"
 
 inherit setuptools pypi
+
+RDEPENDS_${PN}_append_class-target = "\
+    ${PYTHON_PN}-datetime \
+    ${PYTHON_PN}-io \
+    ${PYTHON_PN}-logging \
+    ${PYTHON_PN}-re \
+    "
-- 
2.25.0



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

* Re: [meta-python][PATCH] python-waitress: add missing target RDEPENDS
  2020-01-23  5:23 [meta-python][PATCH] python-waitress: add missing target RDEPENDS Tim Orling
@ 2020-01-23  6:17 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-01-23  6:17 UTC (permalink / raw)
  To: Tim Orling; +Cc: openembeded-devel

subject says meta-python but from looks of it looks like it belongs to
meta-python2

On Wed, Jan 22, 2020 at 9:24 PM Tim Orling <ticotimo@gmail.com> wrote:
>
> * Missing run-time dependencies:
>     ${PYTHON_PN}-datetime
>     ${PYTHON_PN}-io
>     ${PYTHON_PN}-logging
>     ${PYTHON_PN}-re
>
> Signed-off-by: Tim Orling <ticotimo@gmail.com>
> ---
>  recipes-devtools/python/python-waitress_1.4.1.bb | 7 +++++++
>  1 file changed, 7 insertions(+)
>
> diff --git a/recipes-devtools/python/python-waitress_1.4.1.bb b/recipes-devtools/python/python-waitress_1.4.1.bb
> index 7ab4aaa0..3e144b5c 100644
> --- a/recipes-devtools/python/python-waitress_1.4.1.bb
> +++ b/recipes-devtools/python/python-waitress_1.4.1.bb
> @@ -10,3 +10,10 @@ SRC_URI[md5sum] = "e6b9f0406cb4e6fedcc3add96411786d"
>  SRC_URI[sha256sum] = "f4118cbce75985fd60aeb4f0d781aba8dc7ae28c18e50753e913d7a7dee76b62"
>
>  inherit setuptools pypi
> +
> +RDEPENDS_${PN}_append_class-target = "\
> +    ${PYTHON_PN}-datetime \
> +    ${PYTHON_PN}-io \
> +    ${PYTHON_PN}-logging \
> +    ${PYTHON_PN}-re \
> +    "
> --
> 2.25.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2020-01-23  6:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-23  5:23 [meta-python][PATCH] python-waitress: add missing target RDEPENDS Tim Orling
2020-01-23  6:17 ` Khem Raj

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.