summaryrefslogtreecommitdiffstats
path: root/recipes-extended
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-03-10 20:20:18 -0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-03-11 06:02:13 -0500
commit0ffb6e56b65d1619d1d8ada294b0ac077043c4c6 (patch)
tree20f01147610a5c2ddc5bea842c5c3fb5bf3f8d41 /recipes-extended
parentca4601a54a9cabe2c2bb8eb758bcad2d3ab98ddf (diff)
downloadmeta-virtualization-0ffb6e56b65d1619d1d8ada294b0ac077043c4c6.tar.gz
cloud-init: inherit setuptools3_legacy
cloud-init still requires legacy setup.py behavior. Signed-off-by: Tim Orling <tim.orling@konsulko.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-extended')
-rw-r--r--recipes-extended/cloud-init/cloud-init_21.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-extended/cloud-init/cloud-init_21.4.bb b/recipes-extended/cloud-init/cloud-init_21.4.bb
index 37cf303b..f549db96 100644
--- a/recipes-extended/cloud-init/cloud-init_21.4.bb
+++ b/recipes-extended/cloud-init/cloud-init_21.4.bb
@@ -22,7 +22,7 @@ do_install:append() {
22} 22}
23 23
24inherit pkgconfig 24inherit pkgconfig
25inherit setuptools3 25inherit setuptools3_legacy
26inherit update-rc.d 26inherit update-rc.d
27inherit systemd 27inherit systemd
28 28