summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2020-02-03 18:38:32 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-02-11 16:12:02 -0500
commit1029c28abf3a89afe81160b20fe19cd5a5970d0a (patch)
tree09ea3781a89b8ef710bdee1617e831f81a1339db
parent7d0f24938106c73114782ec6bebf13ad4ad7f297 (diff)
downloadmeta-cloud-services-1029c28abf3a89afe81160b20fe19cd5a5970d0a.tar.gz
glusterfs: change pythnon2 dependencies to python3 ones
Change python2 deps to python3 ones. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-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"