commit: 66df27dc512897f3badf618395a546f2921f2b31 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jan 20 19:56:24 2024 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sat Jan 20 20:00:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66df27dc
dev-python/GitPython: Add a dep on pytest-mock Closes: https://bugs.gentoo.org/922579 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/GitPython/GitPython-3.1.41.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/GitPython/GitPython-3.1.41.ebuild b/dev-python/GitPython/GitPython-3.1.41.ebuild index 87a8bf807775..e1de15f3a8ed 100644 --- a/dev-python/GitPython/GitPython-3.1.41.ebuild +++ b/dev-python/GitPython/GitPython-3.1.41.ebuild @@ -38,6 +38,7 @@ RDEPEND=" BDEPEND=" test? ( >=dev-python/ddt-1.1.1[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] dev-python/sumtypes[${PYTHON_USEDEP}] ) "