From c88fea59f6165a4dbef3384f56c9380fe4770a02 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Sun, 2 Jan 2022 16:04:47 +0100 Subject: [PATCH] sys-kernel/rte_kni-kmod: fix python deps Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild b/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild index 9d7d87a8fd..44e368c064 100644 --- a/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild +++ b/sys-kernel/rte_kni-kmod/rte_kni-kmod-21.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,9 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" # tests need root RESTRICT="test" -DEPEND="${PYTHON_DEPS} +RDEPEND="${PYTHON_DEPS}" + +DEPEND="${RDEPEND} $(python_gen_cond_dep ' dev-python/pyelftools[${PYTHON_USEDEP}] ')