commit: 7826b4301bb07888d57ad18e29fea5aef75bc8ac
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 15 19:27:16 2021 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Wed Dec 15 19:27:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7826b430
app-admin/mcelog: add missing python dep
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-admin/mcelog/mcelog-180-r1.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/app-admin/mcelog/mcelog-180-r1.ebuild
b/app-admin/mcelog/mcelog-180-r1.ebuild
index 36d6a1697fe6..b52399135375 100644
--- a/app-admin/mcelog/mcelog-180-r1.ebuild
+++ b/app-admin/mcelog/mcelog-180-r1.ebuild
@@ -17,6 +17,7 @@ KEYWORDS="~amd64 ~x86"
IUSE="selinux"
RDEPEND="selinux? ( sec-policy/selinux-mcelog )"
+DEPEND="${PYTHON_DEPS}"
# TODO: add mce-inject to the tree to support test phase
RESTRICT="test"