commit: a805c4984b33f7de22bb944e7ef786ad2f9a1fe4
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 10:26:52 2019 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 11:44:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a805c498
dev-python/brotlipy: Fix MissingTestRestrict
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/brotlipy/brotlipy-0.7.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild
b/dev-python/brotlipy/brotlipy-0.7.0.ebuild
index 36eac204904..dc21af28ce4 100644
--- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild
+++ b/dev-python/brotlipy/brotlipy-0.7.0.ebuild
@@ -21,6 +21,7 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
DEPEND="