From e28988871676c232cbb65e250e35446c198773de Mon Sep 17 00:00:00 2001 From: Eli Schwartz Date: Tue, 17 Oct 2023 17:59:58 -0400 Subject: [PATCH] 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 Signed-off-by: Sam James --- dev-python/dulwich/dulwich-0.21.6.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/dulwich/dulwich-0.21.6.ebuild b/dev-python/dulwich/dulwich-0.21.6.ebuild index 6560c776e6b0e..20ab1fa9143ee 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}] ) "