commit:     697f9ec7d7825f30f7933fc0898d3e5ac3a5fd9b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 30 06:59:58 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Sep 30 07:14:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=697f9ec7

dev-python/python-memcached: Add missing dep on mock

Closes: https://bugs.gentoo.org/745483
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/python-memcached/python-memcached-1.59-r1.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/python-memcached/python-memcached-1.59-r1.ebuild 
b/dev-python/python-memcached/python-memcached-1.59-r1.ebuild
index 3b81d2ee352..a8c482faaf4 100644
--- a/dev-python/python-memcached/python-memcached-1.59-r1.ebuild
+++ b/dev-python/python-memcached/python-memcached-1.59-r1.ebuild
@@ -20,7 +20,12 @@ SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
 
 RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-BDEPEND="test? ( net-misc/memcached )"
+BDEPEND="
+       test? (
+               dev-python/mock[${PYTHON_USEDEP}]
+               net-misc/memcached
+       )
+"
 
 distutils_enable_tests nose
 

Reply via email to