diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-11-16 11:53:02 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-11-16 12:01:46 +0100 |
commit | 1cf0f2e89af55af101549844392a014a010302b9 (patch) | |
tree | 93f2fcbab280cfa56901a27145cd0c0ba1f59795 | |
parent | dev-python/wcwidth: Fix remaining MissingTestRestrict (diff) | |
download | gentoo-1cf0f2e89af55af101549844392a014a010302b9.tar.gz gentoo-1cf0f2e89af55af101549844392a014a010302b9.tar.bz2 gentoo-1cf0f2e89af55af101549844392a014a010302b9.zip |
dev-python/zope-event: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/zope-event/zope-event-4.2.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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}]" |