summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz93@gmail.com>2023-10-17 17:59:58 -0400
committerSam James <sam@gentoo.org>2023-10-25 03:22:18 +0100
commite28988871676c232cbb65e250e35446c198773de (patch)
treef4a2d1528e97e996028aa04261d8a152741dae7e /dev-python
parentapp-crypt/yubikey-manager: Stabilize 5.2.0 amd64, #916251 (diff)
downloadgentoo-e28988871676c232cbb65e250e35446c198773de.tar.gz
gentoo-e28988871676c232cbb65e250e35446c198773de.tar.bz2
gentoo-e28988871676c232cbb65e250e35446c198773de.zip
dev-python/dulwich: remove unneeded test dependency on mock
Removed upstream in version 0.20.23, since mock is part of the stdlib now: https://github.com/jelmer/dulwich/commit/bcd6ac2c430eb64c019e526ae40e530ca58e8d13 Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/dulwich/dulwich-0.21.6.ebuild1
1 files changed, 0 insertions, 1 deletions
diff --git a/dev-python/dulwich/dulwich-0.21.6.ebuild b/dev-python/dulwich/dulwich-0.21.6.ebuild
index 6560c776e6b0..20ab1fa9143e 100644
--- a/dev-python/dulwich/dulwich-0.21.6.ebuild
+++ b/dev-python/dulwich/dulwich-0.21.6.ebuild
@@ -29,7 +29,6 @@ BDEPEND="
test? (
${RDEPEND}
app-crypt/gpgme[python,${PYTHON_USEDEP}]
- dev-python/mock[${PYTHON_USEDEP}]
dev-python/fastimport[${PYTHON_USEDEP}]
)
"