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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A265C15808E for ; Tue, 26 Apr 2022 20:43:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D21A1E081A; Tue, 26 Apr 2022 20:43:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB3B6E081A for ; Tue, 26 Apr 2022 20:43:17 +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 88096341B4F for ; Tue, 26 Apr 2022 20:43:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D11F0177 for ; Tue, 26 Apr 2022 20:43:13 +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: <1651005053.eef7912d49eb905dedf16c71abba6666abe6e42c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backoff/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backoff/backoff-2.0.0.ebuild X-VCS-Directories: dev-python/backoff/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: eef7912d49eb905dedf16c71abba6666abe6e42c X-VCS-Branch: master Date: Tue, 26 Apr 2022 20:43:13 +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: c56726bb-fa03-4e9a-95ab-de9b7150ff5f X-Archives-Hash: e8d23a3dfd530fa54e3ec7248ed302bb commit: eef7912d49eb905dedf16c71abba6666abe6e42c Author: Michał Górny gentoo org> AuthorDate: Tue Apr 26 20:30:53 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Apr 26 20:30:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eef7912d dev-python/backoff: Add missing test deps Closes: https://bugs.gentoo.org/841185 Signed-off-by: Michał Górny gentoo.org> dev-python/backoff/backoff-2.0.0.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/backoff/backoff-2.0.0.ebuild b/dev-python/backoff/backoff-2.0.0.ebuild index 30c7e50a72c6..6e819a3cee44 100644 --- a/dev-python/backoff/backoff-2.0.0.ebuild +++ b/dev-python/backoff/backoff-2.0.0.ebuild @@ -27,6 +27,8 @@ DOCS=( README.rst ) BDEPEND=" test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] + dev-python/requests[${PYTHON_USEDEP}] + dev-python/responses[${PYTHON_USEDEP}] ) "