From: "Ernst Sjöstrand" <ernstp@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: "Ernst Sjöstrand" <ernstp@gmail.com>
Subject: [PATCH 6/6] python3-subunit: fix rdepends
Date: Tue, 2 May 2023 19:34:22 +0200 [thread overview]
Message-ID: <20230502173422.1439794-6-ernstp@gmail.com> (raw)
In-Reply-To: <20230502173422.1439794-1-ernstp@gmail.com>
Signed-off-by: Ernst Sjöstrand <ernstp@gmail.com>
---
meta/recipes-devtools/python/python3-subunit_1.4.2.bb | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python3-subunit_1.4.2.bb b/meta/recipes-devtools/python/python3-subunit_1.4.2.bb
index a018ef1dc84..3bb8526dfbc 100644
--- a/meta/recipes-devtools/python/python3-subunit_1.4.2.bb
+++ b/meta/recipes-devtools/python/python3-subunit_1.4.2.bb
@@ -10,6 +10,9 @@ SRC_URI[sha256sum] = "2988d324d55ec35dd037e502e3f74ac38f4e457bd44ee0edf5e898f7ee
inherit pypi setuptools3
-RDEPENDS:${PN} = " python3-testtools"
+RDEPENDS:${PN} = " \
+ ${PYTHON_PN}-extras \
+ ${PYTHON_PN}-testtools \
+"
BBCLASSEXTEND = "nativesdk"
--
2.39.2
next prev parent reply other threads:[~2023-05-02 17:35 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-02 17:34 [PATCH 1/6] python3-hatchling: fix rdepends Ernst Sjöstrand
2023-05-02 17:34 ` [PATCH 2/6] python3-fixtures: add recipe Ernst Sjöstrand
2023-05-03 12:33 ` [OE-core] " Alexandre Belloni
2023-05-04 4:47 ` Tim Orling
2023-05-04 4:47 ` Tim Orling
2023-05-04 7:34 ` Ernst Sjöstrand
2023-05-02 17:34 ` [PATCH 3/6] python3-testtools: add fixtures to rdepends Ernst Sjöstrand
2023-05-02 17:34 ` [PATCH 4/6] python3-charset-normalizer: add recipe Ernst Sjöstrand
2023-05-04 4:53 ` [OE-core] " Tim Orling
2023-05-02 17:34 ` [PATCH 5/6] python3-requests: fix rdepends Ernst Sjöstrand
2023-05-02 17:34 ` Ernst Sjöstrand [this message]
[not found] ` <175B640FA76D30B2.7535@lists.openembedded.org>
2023-05-03 9:22 ` [OE-core] " Ernst Sjöstrand
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=20230502173422.1439794-6-ernstp@gmail.com \
--to=ernstp@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/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