From f350ef4a6e61cba3166032a48516d360543100a0 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Fri, 30 Aug 2019 17:17:37 +0800 Subject: glusterfs: fix RDEPENDS of glusterfs-geo-replication It should rdepend on python3-core and bash. Otherwise, we get the following QA issue. glusterfs-6.1-r0 do_package_qa: QA Issue: /usr/libexec/glusterfs/peer_georep-sshkey.py contained in package glusterfs-geo-replication requires /usr/bin/python3, but no providers found in RDEPENDS_glusterfs-geo-replication? [file-rdeps] glusterfs-6.1-r0 do_package_qa: QA Issue: /usr/libexec/glusterfs/set_geo_rep_pem_keys.sh contained in package glusterfs-geo-replication requires /bin/bash, but no providers found in RDEPENDS_glusterfs-geo-replication? [file-rdeps] Signed-off-by: Chen Qi Signed-off-by: Bruce Ashfield --- recipes-extended/glusterfs/glusterfs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc index 66e2bf1..1ac5123 100644 --- a/recipes-extended/glusterfs/glusterfs.inc +++ b/recipes-extended/glusterfs/glusterfs.inc @@ -121,7 +121,7 @@ PACKAGES += "${PN}-rdma ${PN}-geo-replication ${PN}-fuse ${PN}-server \ RDEPENDS_${PN} += "python3-core python-json python-ctypes bash" RDEPENDS_${PN}-ocf += "bash" RDEPENDS_${PN}-server += "bash" -RDEPENDS_${PN}-geo-replication += "python3" +RDEPENDS_${PN}-geo-replication += "python3-core bash" FILES_${PN}-dbg += "${libdir}/glusterfs/${PV}/*/.debug \ ${libdir}/glusterfs/${PV}/*/*/.debug \ -- cgit v1.2.3-54-g00ecf