From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9E158138359 for ; Wed, 30 Sep 2020 07:14:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E68BFE0BA3; Wed, 30 Sep 2020 07:14:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC0BEE0BA3 for ; Wed, 30 Sep 2020 07:14:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D753335E2E for ; Wed, 30 Sep 2020 07:14:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE83838C for ; Wed, 30 Sep 2020 07:14:26 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1601450062.697f9ec7d7825f30f7933fc0898d3e5ac3a5fd9b.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-memcached/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/python-memcached/python-memcached-1.59-r1.ebuild X-VCS-Directories: dev-python/python-memcached/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 697f9ec7d7825f30f7933fc0898d3e5ac3a5fd9b X-VCS-Branch: master Date: Wed, 30 Sep 2020 07:14:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7a9b2e4c-5a23-4ba8-8126-37fbcaa500c0 X-Archives-Hash: 4fa701af3e363063bdd6051ee88a85d7 commit: 697f9ec7d7825f30f7933fc0898d3e5ac3a5fd9b Author: Michał Górny gentoo org> AuthorDate: Wed Sep 30 06:59:58 2020 +0000 Commit: Michał Górny gentoo 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 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