Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/
Date: Mon, 27 Feb 2023 12:31:07
Message-Id: 1677501060.a1da3fcdbb063fcdbcdcada1204a2186c01e77b6.mgorny@gentoo
1 commit: a1da3fcdbb063fcdbcdcada1204a2186c01e77b6
2 Author: Joe Kappus <joe <AT> wt <DOT> gd>
3 AuthorDate: Mon Feb 27 09:11:17 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 27 12:31:00 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1da3fcd
7
8 net-nntp/sabnzbd: make test deps conditional again.
9
10 Signed-off-by: Joe Kappus <joe <AT> wt.gd>
11 Closes: https://github.com/gentoo/gentoo/pull/29824
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 net-nntp/sabnzbd/sabnzbd-3.7.2.ebuild | 8 ++++++--
15 1 file changed, 6 insertions(+), 2 deletions(-)
16
17 diff --git a/net-nntp/sabnzbd/sabnzbd-3.7.2.ebuild b/net-nntp/sabnzbd/sabnzbd-3.7.2.ebuild
18 index f9a876c654e3..53c0115cfa85 100644
19 --- a/net-nntp/sabnzbd/sabnzbd-3.7.2.ebuild
20 +++ b/net-nntp/sabnzbd/sabnzbd-3.7.2.ebuild
21 @@ -42,9 +42,13 @@ DEPEND="
22 dev-python/portend[${PYTHON_USEDEP}]
23 dev-python/puremagic[${PYTHON_USEDEP}]
24 ~dev-python/sabyenc-5.4.4[${PYTHON_USEDEP}]
25 - dev-python/tavalidate[${PYTHON_USEDEP}]
26 - >=dev-python/tavern-2[${PYTHON_USEDEP}]
27 ')
28 + test? (
29 + $(python_gen_cond_dep '
30 + dev-python/tavalidate[${PYTHON_USEDEP}]
31 + >=dev-python/tavern-2[${PYTHON_USEDEP}]
32 + ')
33 + )
34 "
35 RDEPEND="
36 ${DEPEND}