flit_core: inherit setuptools3-base

This helps bridge the old setuptools3 behavior.

FILES:${PN} has sane defaults in setuptools3-base

(From OE-Core rev: b1bb4e2d73985c6e8cf03b0fea94e8b739648cf7)

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tim Orling
2022-02-25 15:58:34 -08:00
committed by Richard Purdie
parent 836f8c4b4e
commit 596bc1658e

View File

@@ -1,4 +1,4 @@
inherit pip_install_wheel python3native python3-dir
inherit pip_install_wheel python3native python3-dir setuptools3-base
DEPENDS += "python3 python3-flit-core-native python3-pip-native"