dev-python/dulwich: Add dependency on gpgme

Closes: https://bugs.gentoo.org/801667
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-07-12 10:52:27 +02:00
parent fa07ab7c49
commit fa10c1b8b7

View File

@@ -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}]
)"