commit: e384c93cecd592441e0cc893aae21aa76d619b6d Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> AuthorDate: Sat Oct 9 16:35:20 2021 +0000 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com> CommitDate: Sat Oct 9 17:00:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e384c93c
dev-python/pymemcache: add mock test dependency Closes: https://bugs.gentoo.org/817221 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com> dev-python/pymemcache/pymemcache-3.5.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/pymemcache/pymemcache-3.5.0.ebuild b/dev-python/pymemcache/pymemcache-3.5.0.ebuild index 60e233f67..0fc4afa30 100644 --- a/dev-python/pymemcache/pymemcache-3.5.0.ebuild +++ b/dev-python/pymemcache/pymemcache-3.5.0.ebuild @@ -25,6 +25,7 @@ DEPEND=" test? ( dev-python/future[${PYTHON_USEDEP}] dev-python/gevent[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] dev-python/pylibmc[${PYTHON_USEDEP}] dev-python/python-memcached[${PYTHON_USEDEP}] )
