From 1029c28abf3a89afe81160b20fe19cd5a5970d0a Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 3 Feb 2020 18:38:32 -0800 Subject: glusterfs: change pythnon2 dependencies to python3 ones Change python2 deps to python3 ones. 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 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" PACKAGES += "${PN}-rdma ${PN}-geo-replication ${PN}-fuse ${PN}-server \ ${PN}-api ${PN}-ocf" -RDEPENDS_${PN} += "python3-core python-json python-ctypes bash" +RDEPENDS_${PN} += "python3-core python3-json python3-ctypes bash" RDEPENDS_${PN}-ocf += "bash" RDEPENDS_${PN}-server += "bash" RDEPENDS_${PN}-geo-replication += "python3-core bash" -- cgit v1.2.3-54-g00ecf