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 D520B158090 for ; Wed, 18 May 2022 09:48:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C8DEE0950; Wed, 18 May 2022 09:48:39 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 031E6E0950 for ; Wed, 18 May 2022 09:48:39 +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 177FF3413FE for ; Wed, 18 May 2022 09:48:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EF2F105 for ; Wed, 18 May 2022 09:48:36 +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: <1652867257.23c93a60add5721f199d390d3bc484e0abd09bcc.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httplib2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httplib2/httplib2-0.20.4.ebuild X-VCS-Directories: dev-python/httplib2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 23c93a60add5721f199d390d3bc484e0abd09bcc X-VCS-Branch: master Date: Wed, 18 May 2022 09:48:36 +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: 1c8ea1dd-5d5e-4021-808d-be15879aa10a X-Archives-Hash: 11ff97052e1fb40c8df68bc064aade80 commit: 23c93a60add5721f199d390d3bc484e0abd09bcc Author: Michał Górny gentoo org> AuthorDate: Wed May 18 09:47:37 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed May 18 09:47:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c93a60 dev-python/httplib2: Add test dep on dev-python/six Closes: https://bugs.gentoo.org/845288 Signed-off-by: Michał Górny gentoo.org> dev-python/httplib2/httplib2-0.20.4.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/httplib2/httplib2-0.20.4.ebuild b/dev-python/httplib2/httplib2-0.20.4.ebuild index 9d81a60ff99c..bc4dff342200 100644 --- a/dev-python/httplib2/httplib2-0.20.4.ebuild +++ b/dev-python/httplib2/httplib2-0.20.4.ebuild @@ -30,6 +30,7 @@ BDEPEND=" test? ( dev-libs/openssl dev-python/pytest-timeout[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}] ) "