All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bartosz Golaszewski <brgl@bgdev.pl>
To: Khem Raj <raj.khem@gmail.com>,
	Bruce Ashfield <bruce.ashfield@gmail.com>,
	openembedded-devel@lists.openembedded.org
Cc: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Subject: [meta-python][PATCH 096/149] python3-ninja: add missing run-time dependencies
Date: Wed, 31 May 2023 10:29:11 +0200	[thread overview]
Message-ID: <20230531083004.11083-5-brgl@bgdev.pl> (raw)
In-Reply-To: <20230531083004.11083-1-brgl@bgdev.pl>

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 .../recipes-devtools/python/python3-ninja_1.11.1.bb        | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb b/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb
index 47a70aa38..3b9077f32 100644
--- a/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb
+++ b/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb
@@ -15,6 +15,11 @@ do_install:append () {
 	rm -rf ${D}${bindir}
 }
 
-RDEPENDS:${PN} = "ninja"
+RDEPENDS:${PN} = " \
+    ninja \
+    python3-io \
+    python3-json \
+    python3-ninja-syntax \
+"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.39.2



  parent reply	other threads:[~2023-05-31  8:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-31  8:29 [meta-python][PATCH 092/149] python3-msm: add missing run-time dependencies Bartosz Golaszewski
2023-05-31  8:29 ` [meta-python][PATCH 093/149] python3-netaddr: stop using PYTHON_PN Bartosz Golaszewski
2023-05-31  8:29 ` [meta-python][PATCH 094/149] python3-netaddr: add missing run-time dependencies Bartosz Golaszewski
2023-05-31  8:29 ` [meta-python][PATCH 095/149] python3-ninja-syntax: new package Bartosz Golaszewski
2023-05-31  8:29 ` Bartosz Golaszewski [this message]
2023-05-31  8:29 ` [meta-python][PATCH 097/149] python3-nmap: add missing run-time dependencies Bartosz Golaszewski
2023-05-31  8:29 ` [meta-python][PATCH 098/149] python3-oslash: " Bartosz Golaszewski
2023-05-31  8:29 ` [meta-python][PATCH 099/149] python3-padaos: " Bartosz Golaszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230531083004.11083-5-brgl@bgdev.pl \
    --to=brgl@bgdev.pl \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=bruce.ashfield@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.