All of lore.kernel.org
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [kirkstone 18/20] python3-speedtest-cli: fix RDEPENDS
Date: Fri,  3 Jun 2022 12:17:17 -0700	[thread overview]
Message-ID: <17da928a8de487a8c7f7c41eb8db7f8f00aa1564.1654282423.git.akuster808@gmail.com> (raw)
In-Reply-To: <cover.1654282423.git.akuster808@gmail.com>

From: Bartosz Golaszewski <brgl@bgdev.pl>

There are packages missing in RDEPENDS needed to run speedtest-cli. Add
them and use += for the assignment as we don't know what inherited
classes may have added.

Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 3413265185dd199da0f54ef6d83abca2c8ec9b50)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../recipes-devtools/python/python3-speedtest-cli_2.1.3.bb  | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb
index 06d98cbe1e..472113b059 100644
--- a/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb
+++ b/meta-python/recipes-devtools/python/python3-speedtest-cli_2.1.3.bb
@@ -7,4 +7,8 @@ SRC_URI[sha256sum] = "5e2773233cedb5fa3d8120eb7f97bcc4974b5221b254d33ff16e2f1d41
 
 inherit pypi setuptools3
 
-RDEPENDS:${PN} = "${PYTHON_PN}-misc"
+RDEPENDS:${PN} += " \
+    python3-misc \
+    python3-threading \
+    python3-xml \
+"
-- 
2.25.1



  parent reply	other threads:[~2022-06-03 19:19 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-03 19:16 [kirkstone 00/20] Patch review: June 3rd Armin Kuster
2022-06-03 19:17 ` [kirkstone 01/20] libcamera: fix packaging Armin Kuster
2022-06-03 19:17 ` [kirkstone 02/20] jq: Fix typo OE_EXTRACONF -> EXTRA_OECONF Armin Kuster
2022-06-03 19:17 ` [kirkstone 03/20] python3-wxgtk4: backport patch to fix svg issue Armin Kuster
2022-06-03 19:17 ` [kirkstone 04/20] php: upgrade 8.1.4 -> 8.1.5 Armin Kuster
2022-06-03 19:17 ` [kirkstone 05/20] php: upgrade 8.1.5 -> 8.1.6 Armin Kuster
2022-06-03 19:17 ` [kirkstone 06/20] postgresql: upgrade 14.2 -> 14.3 Armin Kuster
2022-06-03 19:17 ` [kirkstone 07/20] sdbus-c++-libsystemd: Bump SRCREV to last commit of 250-stable branch Armin Kuster
2022-06-03 19:17 ` [kirkstone 08/20] libmtp: Add doxygen-native dependency in case documentation build is enabled in PACKAGECONFIG. This fixes a FTBFS due to missing dependency Armin Kuster
2022-06-03 19:17 ` [kirkstone 09/20] mariadb: update to 10.7.4 Armin Kuster
2022-06-03 19:17 ` [kirkstone 10/20] mariadb: Fix i386 Clang builds Armin Kuster
2022-06-03 19:17 ` [kirkstone 11/20] unattended-upgrades: Disable auto-detecting modules Armin Kuster
2022-06-03 19:17 ` [kirkstone 12/20] libportal: add distro features check Armin Kuster
2022-06-03 19:17 ` [kirkstone 13/20] graphviz: rrecommends on liberation-fonts Armin Kuster
2022-06-03 19:17 ` [kirkstone 14/20] conntrack-tools: fix postinst script Armin Kuster
2022-06-03 19:17 ` [kirkstone 15/20] sdbus-c++: Link with libatomic on mips/ppc32 Armin Kuster
2022-06-03 19:17 ` [kirkstone 16/20] sdbus-c++: Link with libatomic for rv32 Armin Kuster
2022-06-03 19:17 ` [kirkstone 17/20] sdbus-c++-libsystemd: Fix patch fuzz Armin Kuster
2022-06-03 19:17 ` Armin Kuster [this message]
2022-06-03 19:17 ` [kirkstone 19/20] devmem2: the source and patches moved to github repo Armin Kuster
2022-06-03 19:17 ` [kirkstone 20/20] python3-matplotlib: add missing dependency Armin Kuster

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=17da928a8de487a8c7f7c41eb8db7f8f00aa1564.1654282423.git.akuster808@gmail.com \
    --to=akuster808@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.