diff options
author | David Seifert <soap@gentoo.org> | 2021-07-29 17:05:35 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-29 17:05:35 +0200 |
commit | 630c0a171c6be1ba2f22964d1b72b8c145276e65 (patch) | |
tree | 2cd53c5ea409caca6ee588a4e3d872921c9301b8 /app-crypt | |
parent | dev-util/idea-community: Version bump, remove old (diff) | |
download | gentoo-630c0a171c6be1ba2f22964d1b72b8c145276e65.tar.gz gentoo-630c0a171c6be1ba2f22964d1b72b8c145276e65.tar.bz2 gentoo-630c0a171c6be1ba2f22964d1b72b8c145276e65.zip |
app-crypt/yubioath-desktop: fix missing python deps
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/yubioath-desktop/yubioath-desktop-5.0.5.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
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 67898ac59b24..7c9e0959879c 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 |