From 630c0a171c6be1ba2f22964d1b72b8c145276e65 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Thu, 29 Jul 2021 17:05:35 +0200 Subject: [PATCH] app-crypt/yubioath-desktop: fix missing python deps Signed-off-by: David Seifert --- app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild b/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild index 67898ac59b241..7c9e0959879cf 100644 --- a/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild +++ b/app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild @@ -17,8 +17,10 @@ S="${WORKDIR}/${PN}-${P}" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" DEPEND=" + ${PYTHON_DEPS} dev-qt/qtcore:5 dev-qt/qtquickcontrols2:5 dev-qt/qtdeclarative:5