From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1484186-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D72CA15800F for <garchives@archives.gentoo.org>; Sun, 5 Feb 2023 14:22:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F12EE07D1; Sun, 5 Feb 2023 14:22:13 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE2DFE07D1 for <gentoo-commits@lists.gentoo.org>; Sun, 5 Feb 2023 14:22:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E3F35340BC0 for <gentoo-commits@lists.gentoo.org>; Sun, 5 Feb 2023 14:22:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B6DF7FB for <gentoo-commits@lists.gentoo.org>; Sun, 5 Feb 2023 14:22:09 +0000 (UTC) From: "Michał Górny" <mgorny@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1675606925.58dd3f8bbda5592f3a1868b5ce8dd9f19424ac81.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-nntp/sabnzbd/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild X-VCS-Directories: net-nntp/sabnzbd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 58dd3f8bbda5592f3a1868b5ce8dd9f19424ac81 X-VCS-Branch: master Date: Sun, 5 Feb 2023 14:22:09 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 43c6a71b-a161-4712-8c1d-61d45daf504d X-Archives-Hash: 3b29465407dc0d400223c88984c4936f commit: 58dd3f8bbda5592f3a1868b5ce8dd9f19424ac81 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Feb 5 14:15:36 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Feb 5 14:22:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=58dd3f8b net-nntp/sabnzbd: Remove tavalidate test dep as well tavalidate is only needed for tests that are already deselected, so remove the dep as well. Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild b/net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild index 7117af8b6abe..01d022e53ae2 100644 --- a/net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-3.7.1.ebuild @@ -61,7 +61,6 @@ BDEPEND=" dev-python/pytest[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}] dev-python/selenium[${PYTHON_USEDEP}] - dev-python/tavalidate[${PYTHON_USEDEP}] dev-python/werkzeug[${PYTHON_USEDEP}] dev-python/xmltodict[${PYTHON_USEDEP}] ')