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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F21CE1382C5 for ; Fri, 19 Feb 2021 10:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0496E0D09; Fri, 19 Feb 2021 10:57:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D66C4E0D09 for ; Fri, 19 Feb 2021 10:57:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2928335DAF for ; Fri, 19 Feb 2021 10:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEA124C8 for ; Fri, 19 Feb 2021 10:57:15 +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: <1613732205.6243d0b314e400728f71d4af8f192a262930a700.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.19.0-r1.ebuild dev-python/httplib2/httplib2-0.19.0.ebuild X-VCS-Directories: dev-python/httplib2/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 6243d0b314e400728f71d4af8f192a262930a700 X-VCS-Branch: master Date: Fri, 19 Feb 2021 10:57:15 +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: 65b7dbaf-8901-4e02-8db1-c5ccb3d9a2bd X-Archives-Hash: d6a0d8b2405e27bb5c5d4c322769c75e commit: 6243d0b314e400728f71d4af8f192a262930a700 Author: Michał Górny gentoo org> AuthorDate: Fri Feb 19 10:56:45 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 19 10:56:45 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6243d0b3 dev-python/httplib2: Add missing pyparsing dep Closes: https://bugs.gentoo.org/771603 Signed-off-by: Michał Górny gentoo.org> .../httplib2/{httplib2-0.19.0.ebuild => httplib2-0.19.0-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-python/httplib2/httplib2-0.19.0.ebuild b/dev-python/httplib2/httplib2-0.19.0-r1.ebuild similarity index 94% rename from dev-python/httplib2/httplib2-0.19.0.ebuild rename to dev-python/httplib2/httplib2-0.19.0-r1.ebuild index 38f41cc3a92..24d843a2440 100644 --- a/dev-python/httplib2/httplib2-0.19.0.ebuild +++ b/dev-python/httplib2/httplib2-0.19.0-r1.ebuild @@ -15,7 +15,9 @@ LICENSE="MIT" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" -RDEPEND="app-misc/ca-certificates" +RDEPEND=" + app-misc/ca-certificates + dev-python/pyparsing[${PYTHON_USEDEP}]" BDEPEND=" test? ( dev-python/mock[${PYTHON_USEDEP}]