Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/dulwich/
Date: Mon, 12 Jul 2021 09:11:59
Message-Id: 1626081104.fa10c1b8b787f5ca203ad4ec9d5611773e75adce.mgorny@gentoo
1 commit: fa10c1b8b787f5ca203ad4ec9d5611773e75adce
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 08:52:27 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 09:11:44 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa10c1b8
7
8 dev-python/dulwich: Add dependency on gpgme
9
10 Closes: https://bugs.gentoo.org/801667
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/dulwich/dulwich-0.20.23.ebuild | 1 +
14 1 file changed, 1 insertion(+)
15
16 diff --git a/dev-python/dulwich/dulwich-0.20.23.ebuild b/dev-python/dulwich/dulwich-0.20.23.ebuild
17 index c3784feb382..076237a6c33 100644
18 --- a/dev-python/dulwich/dulwich-0.20.23.ebuild
19 +++ b/dev-python/dulwich/dulwich-0.20.23.ebuild
20 @@ -29,6 +29,7 @@ BDEPEND="
21 dev-python/gevent[${PYTHON_USEDEP}]
22 dev-python/geventhttpclient[${PYTHON_USEDEP}]
23 ) )
24 + app-crypt/gpgme[python,${PYTHON_USEDEP}]
25 dev-python/mock[${PYTHON_USEDEP}]
26 dev-python/fastimport[${PYTHON_USEDEP}]
27 )"