diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-21 01:11:08 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-21 01:11:32 +0100 |
commit | 593a95b6db48dbdfb5e025a622ada959437a165c (patch) | |
tree | d58a230c9c24ce8823052959ee64a0c31577b02f /dev-python | |
parent | dev-lang/go: stabilize 1.12.13 on amd64 and x86 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/entrypoints/entrypoints-0.3.ebuild | 4 |
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 |