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>
This commit is contained in:
Tim Orling 2022-03-10 20:20:18 -08:00 committed by Bruce Ashfield
parent ca4601a54a
commit 0ffb6e56b6

View File

@ -22,7 +22,7 @@ do_install:append() {
} }
inherit pkgconfig inherit pkgconfig
inherit setuptools3 inherit setuptools3_legacy
inherit update-rc.d inherit update-rc.d
inherit systemd inherit systemd