From: Tim Orling <ticotimo@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-python2][PATCH] python-beautifulsoup4: fix target RDEPENDS
Date: Sun, 19 Jan 2020 15:24:03 -0800 [thread overview]
Message-ID: <20200119232403.12871-1-ticotimo@gmail.com> (raw)
* target has run-time dependencies on:
- python-html
- python-logging
Unexpectedly, class-target += override is wiping out
RDEPENDS_${PN}, so explicitly add the rest of the
run-time dependencies (python-html5lib, python-lxml,
python-soupsieve).
Signed-off-by: Tim Orling <ticotimo@gmail.com>
---
recipes-devtools/python/python-beautifulsoup4_4.8.1.bb | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/recipes-devtools/python/python-beautifulsoup4_4.8.1.bb b/recipes-devtools/python/python-beautifulsoup4_4.8.1.bb
index 86482714..8ac9c8c5 100644
--- a/recipes-devtools/python/python-beautifulsoup4_4.8.1.bb
+++ b/recipes-devtools/python/python-beautifulsoup4_4.8.1.bb
@@ -19,4 +19,14 @@ RDEPENDS_${PN} = "\
${PYTHON_PN}-soupsieve \
"
+# class override, which is not
+# inheriting from above (FIXME?)
+RDEPENDS_${PN}_class-target += "\
+ ${PYTHON_PN}-html \
+ ${PYTHON_PN}-html5lib \
+ ${PYTHON_PN}-logging \
+ ${PYTHON_PN}-lxml \
+ ${PYTHON_PN}-soupsieve \
+"
+
BBCLASSEXTEND = "native nativesdk"
--
2.25.0
next reply other threads:[~2020-01-19 23:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-19 23:24 Tim Orling [this message]
2020-01-20 10:29 ` [meta-python2][PATCH] python-beautifulsoup4: fix target RDEPENDS André Draszik
2020-01-20 15:52 ` Tim Orling
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=20200119232403.12871-1-ticotimo@gmail.com \
--to=ticotimo@gmail.com \
--cc=openembedded-devel@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 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.