commit: 77abd09d5fb185281b13b7930d142d4072820479
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 17:48:01 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 17:50:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77abd09d
dev-python/blinker: Fix remaining MissingTestRestrict
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/blinker/blinker-1.4.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/blinker/blinker-1.4.ebuild
b/dev-python/blinker/blinker-1.4.ebuild
index d8dbc82b1eb..824e7a37f9a 100644
--- a/dev-python/blinker/blinker-1.4.ebuild
+++ b/dev-python/blinker/blinker-1.4.ebuild
@@ -15,6 +15,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm ~arm64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="doc test"
+RESTRICT="!test? ( test )"
DEPEND="test? ( dev-python/nose[${PYTHON_USEDEP}] )"