commit:     630c0a171c6be1ba2f22964d1b72b8c145276e65
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 29 15:05:35 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Jul 29 15:05:35 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=630c0a17

app-crypt/yubioath-desktop: fix missing python deps

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 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 67898ac59b2..7c9e0959879 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

Reply via email to