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 688A91382C5 for ; Sat, 16 Jan 2021 22:01:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7084FE0863; Sat, 16 Jan 2021 22:01:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 54B43E0863 for ; Sat, 16 Jan 2021 22:01:08 +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 1F267340E03 for ; Sat, 16 Jan 2021 22:01:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52575496 for ; Sat, 16 Jan 2021 22:01:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1610833645.2fcc17b9b2a2648d7a847d1765afa303012936e1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cleo/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cleo/cleo-0.8.1.ebuild X-VCS-Directories: dev-python/cleo/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2fcc17b9b2a2648d7a847d1765afa303012936e1 X-VCS-Branch: master Date: Sat, 16 Jan 2021 22:01:03 +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: 055750ef-cbb2-450a-9866-7b48133f8456 X-Archives-Hash: 0eb37444c65863a354126fa09810047e commit: 2fcc17b9b2a2648d7a847d1765afa303012936e1 Author: Jakov Smolic sartura hr> AuthorDate: Sat Jan 16 14:42:22 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 16 21:47:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fcc17b9 dev-python/cleo: Add missing test dep Closes: https://bugs.gentoo.org/765616 Signed-off-by: Jakov Smolic sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/19080 Signed-off-by: Sam James gentoo.org> dev-python/cleo/cleo-0.8.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/cleo/cleo-0.8.1.ebuild b/dev-python/cleo/cleo-0.8.1.ebuild index ad30c3338c2..197a3f53883 100644 --- a/dev-python/cleo/cleo-0.8.1.ebuild +++ b/dev-python/cleo/cleo-0.8.1.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~amd64 ~x86" BDEPEND=" test? ( dev-python/clikit[${PYTHON_USEDEP}] + dev-python/crashtest[${PYTHON_USEDEP}] dev-python/pytest-mock[${PYTHON_USEDEP}] )"