diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-08-17 12:28:59 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-08-17 12:41:58 -0700 |
commit | 495313115ffa8979e38d54e3663adade63367a38 (patch) | |
tree | a038f20b8b10132f21294d37f625417cf65a4973 /meta-python/recipes-extended | |
parent | 806fbbf81788648e567dc79c2bea98de69f79cc0 (diff) | |
download | meta-openembedded-495313115ffa8979e38d54e3663adade63367a38.tar.gz |
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@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended')
-rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 817ef9baf..fe9d27ab8 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" | |||
30 | 30 | ||
31 | inherit setuptools3 python3native | 31 | inherit setuptools3 python3native |
32 | 32 | ||
33 | RDEPENDS_${PN} = "python3-pykickstart python3-pyudev \ | 33 | RDEPENDS_${PN} += "python3-pykickstart python3-pyudev \ |
34 | parted python3-pyparted multipath-tools \ | 34 | parted python3-pyparted multipath-tools \ |
35 | lsof cryptsetup libblockdev \ | 35 | lsof cryptsetup libblockdev \ |
36 | libbytesize \ | 36 | libbytesize \ |