commit:     9e266f8824c13d76f799cd3ff9c659d6243cf52b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 14 08:14:36 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 14 12:26:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e266f88

dev-python/async_generator: Add missing conditional test RESTRICT

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/async_generator/async_generator-1.10.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/async_generator/async_generator-1.10.ebuild 
b/dev-python/async_generator/async_generator-1.10.ebuild
index c21b9a6072b..216110e3206 100644
--- a/dev-python/async_generator/async_generator-1.10.ebuild
+++ b/dev-python/async_generator/async_generator-1.10.ebuild
@@ -15,6 +15,7 @@ LICENSE="|| ( MIT Apache-2.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

Reply via email to