summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/glusterfs/glusterfs.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/glusterfs/glusterfs.inc b/recipes-extended/glusterfs/glusterfs.inc
index 4eb325f..a567784 100644
--- a/recipes-extended/glusterfs/glusterfs.inc
+++ b/recipes-extended/glusterfs/glusterfs.inc
@@ -119,7 +119,7 @@ INSANE_SKIP_${PN}-server += "dev-so"
119PACKAGES += "${PN}-rdma ${PN}-geo-replication ${PN}-fuse ${PN}-server \ 119PACKAGES += "${PN}-rdma ${PN}-geo-replication ${PN}-fuse ${PN}-server \
120 ${PN}-api ${PN}-ocf" 120 ${PN}-api ${PN}-ocf"
121 121
122RDEPENDS_${PN} += "python3-core python-json python-ctypes bash" 122RDEPENDS_${PN} += "python3-core python3-json python3-ctypes bash"
123RDEPENDS_${PN}-ocf += "bash" 123RDEPENDS_${PN}-ocf += "bash"
124RDEPENDS_${PN}-server += "bash" 124RDEPENDS_${PN}-server += "bash"
125RDEPENDS_${PN}-geo-replication += "python3-core bash" 125RDEPENDS_${PN}-geo-replication += "python3-core bash"