From 472debcec0f7c284b5da2e97bbd176899b5b09ba Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 1 May 2020 17:37:54 +0200 Subject: dev-python/rsa: Add missing test-dep on mock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/720072 Signed-off-by: Michał Górny --- dev-python/rsa/rsa-4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev-python/rsa') diff --git a/dev-python/rsa/rsa-4.0.ebuild b/dev-python/rsa/rsa-4.0.ebuild index 8a8dcfe16ba9..805415f593ed 100644 --- a/dev-python/rsa/rsa-4.0.ebuild +++ b/dev-python/rsa/rsa-4.0.ebuild @@ -15,11 +15,11 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="amd64 arm ~arm64 x86" -IUSE="test" -RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/pyasn1-0.1.3[${PYTHON_USEDEP}] " +BDEPEND=" + test? ( dev-python/mock[${PYTHON_USEDEP}] )" distutils_enable_tests unittest -- cgit v1.2.3-65-gdbad