From fa10c1b8b787f5ca203ad4ec9d5611773e75adce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Mon, 12 Jul 2021 10:52:27 +0200 Subject: [PATCH] dev-python/dulwich: Add dependency on gpgme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/801667 Signed-off-by: Michał Górny --- dev-python/dulwich/dulwich-0.20.23.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/dulwich/dulwich-0.20.23.ebuild b/dev-python/dulwich/dulwich-0.20.23.ebuild index c3784feb382a4..076237a6c33ad 100644 --- a/dev-python/dulwich/dulwich-0.20.23.ebuild +++ b/dev-python/dulwich/dulwich-0.20.23.ebuild @@ -29,6 +29,7 @@ BDEPEND=" dev-python/gevent[${PYTHON_USEDEP}] dev-python/geventhttpclient[${PYTHON_USEDEP}] ) ) + app-crypt/gpgme[python,${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] dev-python/fastimport[${PYTHON_USEDEP}] )"