All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [meta-oe][PATCH 3/7] libcec: add runtime dependency on python3-core
Date: Fri, 16 Aug 2019 10:39:54 +0000	[thread overview]
Message-ID: <20190816103958.2701581-3-Martin.Jansa@gmail.com> (raw)
In-Reply-To: <20190816103958.2701581-1-Martin.Jansa@gmail.com>

* fixes:
  ERROR: QA Issue: /usr/bin/pyCecClient contained in package libcec-tools requires /usr/bin/python3, but no providers found in RDEPENDS_libcec-tools? [file-rdeps]

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-extended/libcec/libcec_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/libcec/libcec_git.bb b/meta-oe/recipes-extended/libcec/libcec_git.bb
index 26664255d2..eaf6b9b437 100644
--- a/meta-oe/recipes-extended/libcec/libcec_git.bb
+++ b/meta-oe/recipes-extended/libcec/libcec_git.bb
@@ -22,7 +22,7 @@ inherit cmake pkgconfig
 # Put client tools into a separate package
 PACKAGE_BEFORE_PN += "${PN}-tools"
 FILES_${PN}-tools = "${bindir}"
-RDEPENDS_${PN}-tools = "python3-${BPN}"
+RDEPENDS_${PN}-tools = "python3-${BPN} python3-core"
 
 # Create the wrapper for python3
 PACKAGES += "python3-${BPN}"
-- 
2.17.1



  parent reply	other threads:[~2019-08-16 10:39 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-16 10:39 [meta-oe][PATCH 1/7] freeradius: add runtime dependency on perl Martin Jansa
2019-08-16 10:39 ` [meta-oe][PATCH 2/7] scsirastools: add runtime dependency on bash Martin Jansa
2019-08-16 10:39 ` Martin Jansa [this message]
2019-08-16 10:39 ` [meta-oe][PATCH 4/7] dnf-plugin-tui: " Martin Jansa
2019-08-16 10:39 ` [meta-oe][PATCH 5/7] edac-utils: add runtime dependency on perl Martin Jansa
2019-08-16 10:39 ` [meta-oe][PATCH 6/7] lmsensors: add runtime dependency on bash Martin Jansa
2019-08-16 10:39 ` [meta-oe][PATCH 7/7] libdbi-perl: add runtime dependency on perl Martin Jansa
2019-08-16 23:37   ` Khem Raj
2019-08-16 14:36 ` [meta-oe][PATCH 1/7] freeradius: " Khem Raj

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=20190816103958.2701581-3-Martin.Jansa@gmail.com \
    --to=martin.jansa@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.