openembedded-devel.lists.openembedded.org archive mirror
 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 097/149] python3-nmap: add missing run-time dependencies
Date: Wed, 31 May 2023 10:29:12 +0200	[thread overview]
Message-ID: <20230531083004.11083-6-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>
---
 meta-oe/recipes-security/nmap/nmap_7.80.bb | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-security/nmap/nmap_7.80.bb b/meta-oe/recipes-security/nmap/nmap_7.80.bb
index 030f03348..52c62cde3 100644
--- a/meta-oe/recipes-security/nmap/nmap_7.80.bb
+++ b/meta-oe/recipes-security/nmap/nmap_7.80.bb
@@ -59,4 +59,8 @@ do_install:append() {
 
 FILES:${PN} += "${PYTHON_SITEPACKAGES_DIR} ${datadir}/ncat"
 
-RDEPENDS:${PN} += "python3-core"
+RDEPENDS:${PN} += " \
+    python3-difflib \
+    python3-asyncio \
+    python3-xml \
+"
-- 
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 ` [meta-python][PATCH 096/149] python3-ninja: add missing run-time dependencies Bartosz Golaszewski
2023-05-31  8:29 ` Bartosz Golaszewski [this message]
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-6-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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).