From: Michał Górny Date: Sat, 16 Nov 2019 10:53:02 +0000 (+0100) Subject: dev-python/zope-event: Fix remaining MissingTestRestrict X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1cf0f2e89af55af101549844392a014a010302b9;p=gentoo.git dev-python/zope-event: Fix remaining MissingTestRestrict Signed-off-by: Michał Górny --- diff --git a/dev-python/zope-event/zope-event-4.2.0.ebuild b/dev-python/zope-event/zope-event-4.2.0.ebuild index 943b2d8d4495..689b855e405c 100644 --- a/dev-python/zope-event/zope-event-4.2.0.ebuild +++ b/dev-python/zope-event/zope-event-4.2.0.ebuild @@ -16,6 +16,7 @@ LICENSE="ZPL" SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" +RESTRICT="!test? ( test )" DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] ) dev-python/setuptools[${PYTHON_USEDEP}]"