From 65bc3164e1417799fae71b69a44b9bee2618bb66 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Wed, 14 Sep 2022 22:47:29 +0100 Subject: linux-build.eclass: add missing python dependency --- eclass/linux-build.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eclass/linux-build.eclass b/eclass/linux-build.eclass index 2942f43a..d6df01d0 100644 --- a/eclass/linux-build.eclass +++ b/eclass/linux-build.eclass @@ -17,7 +17,7 @@ esac ETYPE="sources" -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit savedconfig llvm python-any-r1 kernel-2 detect_version @@ -46,7 +46,8 @@ REQUIRED_USE="symlink? ( source )" BDEPEND="${BDEPEND} sys-devel/bc sys-apps/diffutils - virtual/libelf" + virtual/libelf + ${PYTHON_DEPS}" DEPEND="${DEPEND} sys-apps/kmod llvm? ( -- cgit v1.2.3