diff options
author | Joe Kappus <joe@wt.gd> | 2023-02-27 04:11:17 -0500 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-02-27 13:31:00 +0100 |
commit | a1da3fcdbb063fcdbcdcada1204a2186c01e77b6 (patch) | |
tree | c65a98457caf717fd5d41d47c4fb04047cc829c8 /net-nntp | |
parent | net-news/canto-{daemon,curses}: add Python 3.11 support (diff) | |
download | gentoo-a1da3fcdbb063fcdbcdcada1204a2186c01e77b6.tar.gz gentoo-a1da3fcdbb063fcdbcdcada1204a2186c01e77b6.tar.bz2 gentoo-a1da3fcdbb063fcdbcdcada1204a2186c01e77b6.zip |
net-nntp/sabnzbd: make test deps conditional again.
Signed-off-by: Joe Kappus <joe@wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/29824
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-3.7.2.ebuild | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net-nntp/sabnzbd/sabnzbd-3.7.2.ebuild b/net-nntp/sabnzbd/sabnzbd-3.7.2.ebuild index f9a876c654e3..53c0115cfa85 100644 --- a/net-nntp/sabnzbd/sabnzbd-3.7.2.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-3.7.2.ebuild @@ -42,9 +42,13 @@ DEPEND=" dev-python/portend[${PYTHON_USEDEP}] dev-python/puremagic[${PYTHON_USEDEP}] ~dev-python/sabyenc-5.4.4[${PYTHON_USEDEP}] - dev-python/tavalidate[${PYTHON_USEDEP}] - >=dev-python/tavern-2[${PYTHON_USEDEP}] ') + test? ( + $(python_gen_cond_dep ' + dev-python/tavalidate[${PYTHON_USEDEP}] + >=dev-python/tavern-2[${PYTHON_USEDEP}] + ') + ) " RDEPEND=" ${DEPEND} |