dev-python/python-gnupg: depend on gnupg[nls]

Avoid decoding errors.

Reported by toralf, ionen, and ajak.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-07-14 05:16:02 +01:00
parent eb3f16807d
commit bcc759a9b0

View File

@@ -17,7 +17,9 @@ KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
LICENSE="BSD"
SLOT="0"
RDEPEND="app-crypt/gnupg"
# Need gnupg[nls] for avoiding decode errors and possible hangs
# w/ e.g. sec-keys/openpgp-keys-gentoo-developers but other pkgs too.
RDEPEND="app-crypt/gnupg[nls]"
DEPEND="${RDEPEND}"
BDEPEND="verify-sig? ( sec-keys/openpgp-keys-vinaysajip )"