summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Puhlman <jpuhlman@mvista.com>2022-02-28 15:41:44 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-02 15:49:18 -0500
commita0664bb3e2b49155e3e063ec3e7f6c597943d423 (patch)
tree7fc0fa59251c00dec2750b913157f9df34725d24
parentcd822b11ba25d755bee203d87e56ca908a3a4cce (diff)
downloadmeta-cloud-services-a0664bb3e2b49155e3e063ec3e7f6c597943d423.tar.gz
glusterfs: switch from distutils3 to setuptools3
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 646b521..5c960bc 100644
--- a/recipes-extended/glusterfs/glusterfs.inc
+++ b/recipes-extended/glusterfs/glusterfs.inc
@@ -27,7 +27,7 @@ LIC_FILES_CHKSUM = "file://COPYING-GPLV2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
27 file://COPYING-LGPLV3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ 27 file://COPYING-LGPLV3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
28 file://contrib/fuse-util/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" 28 file://contrib/fuse-util/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
29 29
30inherit autotools pkgconfig distutils3-base update-rc.d systemd 30inherit autotools pkgconfig setuptools3-base update-rc.d systemd
31inherit python3-dir 31inherit python3-dir
32 32
33DEPENDS += "bison-native flex-native python3-native fuse libaio libtirpc libxml2 ncurses \ 33DEPENDS += "bison-native flex-native python3-native fuse libaio libtirpc libxml2 ncurses \