]> code.ossystems Code Review - openembedded-core.git/commitdiff
flit_core: inherit setuptools3-base
authorTim Orling <ticotimo@gmail.com>
Fri, 25 Feb 2022 23:58:34 +0000 (15:58 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 27 Feb 2022 12:34:05 +0000 (12:34 +0000)
This helps bridge the old setuptools3 behavior.

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

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/flit_core.bbclass

index 0f2eec85d0b5e8be2c4c873ad6852edbd739f6ae..8edbd654ff2890bf7c4f98d03b40a58e01e5dff9 100644 (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"