mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
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:
@@ -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 )"
|
||||
|
||||
Reference in New Issue
Block a user