summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-11-21 01:11:08 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-11-21 01:11:32 +0100
commit593a95b6db48dbdfb5e025a622ada959437a165c (patch)
treed58a230c9c24ce8823052959ee64a0c31577b02f /dev-python/entrypoints
parentdev-lang/go: stabilize 1.12.13 on amd64 and x86 (diff)
downloadgentoo-593a95b6db48dbdfb5e025a622ada959437a165c.tar.gz
gentoo-593a95b6db48dbdfb5e025a622ada959437a165c.tar.bz2
gentoo-593a95b6db48dbdfb5e025a622ada959437a165c.zip
dev-python/entrypoints: Add missing RESTRICT="!test? ( test )"
Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/entrypoints')
-rw-r--r--dev-python/entrypoints/entrypoints-0.3.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/entrypoints/entrypoints-0.3.ebuild b/dev-python/entrypoints/entrypoints-0.3.ebuild
index dc4147fe6d0c..50ee9d9a4ca2 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