From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5B9621581D3 for ; Wed, 22 May 2024 11:39:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C1E3E2A31; Wed, 22 May 2024 11:39:24 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59AB0E2A31 for ; Wed, 22 May 2024 11:39:24 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3B7A133FE60 for ; Wed, 22 May 2024 11:39:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37FEC1AE5 for ; Wed, 22 May 2024 11:39:21 +0000 (UTC) From: "Michał Górny" 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" Message-ID: <1716377909.ccaae79e37dfebd6a79afab2bb7f44317eb3959e.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-4.3.1.ebuild X-VCS-Directories: net-nntp/sabnzbd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ccaae79e37dfebd6a79afab2bb7f44317eb3959e X-VCS-Branch: master Date: Wed, 22 May 2024 11:39:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c9bc302-efef-4c0c-8994-efc5c95203bb X-Archives-Hash: aad9f07cf59257cee25734d19aaf4efe commit: ccaae79e37dfebd6a79afab2bb7f44317eb3959e Author: Michał Górny gentoo org> AuthorDate: Wed May 22 11:38:29 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 22 11:38:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccaae79e net-nntp/sabnzbd: Add dev-python/pytest-asyncio dep Closes: https://bugs.gentoo.org/932451 Signed-off-by: Michał Górny gentoo.org> net-nntp/sabnzbd/sabnzbd-4.3.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/net-nntp/sabnzbd/sabnzbd-4.3.1.ebuild b/net-nntp/sabnzbd/sabnzbd-4.3.1.ebuild index 6d3f843276a8..d5ca5cb9611a 100644 --- a/net-nntp/sabnzbd/sabnzbd-4.3.1.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-4.3.1.ebuild @@ -60,6 +60,7 @@ BDEPEND=" dev-python/flaky[${PYTHON_USEDEP}] >=dev-python/lxml-4.5.0[${PYTHON_USEDEP}]