[oe-commits] [meta-openembedded] 01/02: python3-blivet: Add python3 to rdeps

git at git.openembedded.org git at git.openembedded.org
Sat Aug 17 19:42:11 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 495313115ffa8979e38d54e3663adade63367a38
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Aug 17 12:28:59 2019 -0700

    python3-blivet: Add python3 to rdeps
    
    Fix do_package_qa error
    ERROR: QA Issue: /usr/libexec/blivetd contained in package python3-blivet requires /usr/bin/python3, but no providers found in RDEPENDS_python3-blivet? [file-rdeps]
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb
index 817ef9b..fe9d27a 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb
@@ -30,7 +30,7 @@ REQUIRED_DISTRO_FEATURES = "systemd"
 
 inherit setuptools3 python3native
 
-RDEPENDS_${PN} = "python3-pykickstart python3-pyudev \
+RDEPENDS_${PN} += "python3-pykickstart python3-pyudev \
                   parted python3-pyparted multipath-tools \
                   lsof cryptsetup libblockdev \
                   libbytesize \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list