diff options
author | 2024-01-20 20:56:24 +0100 | |
---|---|---|
committer | 2024-01-20 21:00:12 +0100 | |
commit | 66df27dc512897f3badf618395a546f2921f2b31 (patch) | |
tree | d460e245acabc5f458769a95d98b113345c8a307 /dev-python/GitPython | |
parent | dev-python/wcwidth: Remove old (diff) | |
download | gentoo-66df27dc512897f3badf618395a546f2921f2b31.tar.gz gentoo-66df27dc512897f3badf618395a546f2921f2b31.tar.bz2 gentoo-66df27dc512897f3badf618395a546f2921f2b31.zip |
dev-python/GitPython: Add a dep on pytest-mock
Closes: https://bugs.gentoo.org/922579
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/GitPython')
-rw-r--r-- | dev-python/GitPython/GitPython-3.1.41.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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}] ) " |