Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-misc/vitables/
Date: Sun, 06 Jun 2021 11:19:04
Message-Id: 1622978330.42c87812d5ed840a078bd9fba9fc0a35416b8979.andrewammerlaan@gentoo
1 commit: 42c87812d5ed840a078bd9fba9fc0a35416b8979
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 6 11:18:50 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 6 11:18:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42c87812
7
8 sci-misc/vitables: add missing test conditional
9
10 Package-Manager: Portage-3.0.19, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sci-misc/vitables/vitables-3.0.2.ebuild | 9 ++++++---
14 1 file changed, 6 insertions(+), 3 deletions(-)
15
16 diff --git a/sci-misc/vitables/vitables-3.0.2.ebuild b/sci-misc/vitables/vitables-3.0.2.ebuild
17 index ea1a7a8cc56..55b5ddb2846 100644
18 --- a/sci-misc/vitables/vitables-3.0.2.ebuild
19 +++ b/sci-misc/vitables/vitables-3.0.2.ebuild
20 @@ -29,8 +29,11 @@ RDEPEND="
21 ')"
22 DEPEND="${RDEPEND}"
23 BDEPEND="
24 - $(python_gen_cond_dep '
25 - <dev-python/sip-5[${PYTHON_USEDEP}]
26 - ')"
27 + test? (
28 + $(python_gen_cond_dep '
29 + <dev-python/sip-5[${PYTHON_USEDEP}]
30 + ')
31 + )
32 +"
33
34 distutils_enable_tests pytest