diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2023-10-17 17:59:58 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-25 03:22:18 +0100 |
commit | e28988871676c232cbb65e250e35446c198773de (patch) | |
tree | f4a2d1528e97e996028aa04261d8a152741dae7e /dev-python | |
parent | app-crypt/yubikey-manager: Stabilize 5.2.0 amd64, #916251 (diff) | |
download | gentoo-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.ebuild | 1 |
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}] ) " |