perf: Linux 6.0 requires setuptools

Upstream submission:

 https://lore.kernel.org/openembedded-core/20221005025625.64000-1-joel@jms.id.au
 https://lore.kernel.org/openembedded-core/ce66ad3692d01831e5f41f27702c01744a8708c5.1664904217.git.bruce.ashfield@gmail.com

Change-Id: Ib96fa14b2eda081ea0fad72ae5d244d4a35d895f
Signed-off-by: Joel Stanley <joel@jms.id.au>
diff --git a/poky/meta/recipes-kernel/perf/perf.bb b/poky/meta/recipes-kernel/perf/perf.bb
index 31bc046..2591171 100644
--- a/poky/meta/recipes-kernel/perf/perf.bb
+++ b/poky/meta/recipes-kernel/perf/perf.bb
@@ -48,7 +48,7 @@
 inherit linux-kernel-base kernel-arch manpages
 
 # needed for building the tools/perf Python bindings
-inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3targetconfig', '', d)}
+inherit ${@bb.utils.contains('PACKAGECONFIG', 'scripting', 'python3targetconfig setuptools3', '', d)}
 inherit python3-dir
 export PYTHON_SITEPACKAGES_DIR