dev-python/pygpgme: fix gpgme dependency

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-05-15 03:22:00 +00:00
parent 68ae915094
commit 4cdbe344f4

View File

@@ -16,7 +16,7 @@ SLOT="0"
KEYWORDS="amd64 arm64 ~riscv x86"
IUSE=""
DEPEND="app-crypt/gpgme:="
DEPEND="app-crypt/gpgme:=[python,${PYTHON_USEDEP}]"
RDEPEND="${DEPEND}"
python_configure_all() {