sys-kernel/rte_kni-kmod: fix python deps

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2022-01-02 16:04:47 +01:00
parent cfd051f0b7
commit c88fea59f6

View File

@@ -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}]
')