From 697f9ec7d7825f30f7933fc0898d3e5ac3a5fd9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Wed, 30 Sep 2020 08:59:58 +0200 Subject: dev-python/python-memcached: Add missing dep on mock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/745483 Signed-off-by: Michał Górny --- dev-python/python-memcached/python-memcached-1.59-r1.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'dev-python/python-memcached') 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 3b81d2ee352d..a8c482faaf46 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 -- cgit v1.2.3