diff options
author | Joe Kappus <joe@wt.gd> | 2022-10-13 06:07:21 -0400 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-10-13 18:50:33 +0200 |
commit | 35fddd08a8f09bc4288e572bb0d87486a6b09807 (patch) | |
tree | 8bbfd95dc506a1a444e971db4315e3727ccd6096 /net-nntp | |
parent | dev-util/meld: Call xdg postinst functions (diff) | |
download | gentoo-35fddd08a8f09bc4288e572bb0d87486a6b09807.tar.gz gentoo-35fddd08a8f09bc4288e572bb0d87486a6b09807.tar.bz2 gentoo-35fddd08a8f09bc4288e572bb0d87486a6b09807.zip |
net-nntp/sabnzbd: fix test dependency
Add app-arch/p7zip so unit tests don't fail.
Closes: https://bugs.gentoo.org/876929
Signed-off-by: Joe Kappus <joe@wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/27767
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-3.6.1-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-nntp/sabnzbd/sabnzbd-3.6.1-r1.ebuild b/net-nntp/sabnzbd/sabnzbd-3.6.1-r1.ebuild index da5cea42adb9..3ee22d309a34 100644 --- a/net-nntp/sabnzbd/sabnzbd-3.6.1-r1.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-3.6.1-r1.ebuild @@ -66,6 +66,7 @@ BDEPEND=" dev-python/werkzeug[${PYTHON_USEDEP}] dev-python/xmltodict[${PYTHON_USEDEP}] ') + app-arch/p7zip www-apps/chromedriver-bin ) " |