commit: 593a95b6db48dbdfb5e025a622ada959437a165c
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 21 00:11:08 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Nov 21 00:11:32 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593a95b6
dev-python/entrypoints: Add missing RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
dev-python/entrypoints/entrypoints-0.3.ebuild | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/entrypoints/entrypoints-0.3.ebuild
b/dev-python/entrypoints/entrypoints-0.3.ebuild
index dc4147fe6d0..50ee9d9a4ca 100644
--- a/dev-python/entrypoints/entrypoints-0.3.ebuild
+++ b/dev-python/entrypoints/entrypoints-0.3.ebuild
@@ -24,7 +24,9 @@ DEPEND="
dev-python/pytest[${PYTHON_USEDEP}]
virtual/python-pathlib[${PYTHON_USEDEP}]
)
- "
+"
+
+RESTRICT="!test? ( test )"
PATCHES=(
"${FILESDIR}/${PN}"-0.2.1-init.py.patch