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 D99BB138334 for ; Fri, 27 Jul 2018 17:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94C0AE0805; Fri, 27 Jul 2018 17:53:05 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 65F4CE0805 for ; Fri, 27 Jul 2018 17:53:05 +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 46EF3335C9A for ; Fri, 27 Jul 2018 17:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1480637D for ; Fri, 27 Jul 2018 17:53:01 +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: <1532713918.fe3c7496529ffdba86f6e4ec9190f034923b03cd.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/tappy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/tappy/tappy-2.4.ebuild X-VCS-Directories: dev-python/tappy/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fe3c7496529ffdba86f6e4ec9190f034923b03cd X-VCS-Branch: master Date: Fri, 27 Jul 2018 17:53:01 +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-Archives-Salt: f0f11f50-622f-4b2a-821a-6531b58b66e8 X-Archives-Hash: 14364a7e34a0781117cf9a54862cb6c3 commit: fe3c7496529ffdba86f6e4ec9190f034923b03cd Author: Michał Górny gentoo org> AuthorDate: Fri Jul 27 17:51:58 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Jul 27 17:51:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3c7496 dev-python/tappy: Add missing dep on dev-python/Babel Closes: https://bugs.gentoo.org/662276 dev-python/tappy/tappy-2.4.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-python/tappy/tappy-2.4.ebuild b/dev-python/tappy/tappy-2.4.ebuild index 511030a45d8..1ec89bd7d8e 100644 --- a/dev-python/tappy/tappy-2.4.ebuild +++ b/dev-python/tappy/tappy-2.4.ebuild @@ -22,7 +22,8 @@ RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}] dev-python/more-itertools[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] )" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] +DEPEND="dev-python/Babel[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/more-itertools[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}]