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 DFAC61382C5 for ; Mon, 18 May 2020 10:40:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 155C7E08C8; Mon, 18 May 2020 10:40:50 +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 F0190E08C8 for ; Mon, 18 May 2020 10:40:49 +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 4EBC034EFE6 for ; Mon, 18 May 2020 10:40:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFA1118F for ; Mon, 18 May 2020 10:40:38 +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: <1589798430.d13f8ef87432f2a30d4ac67a991039cb4b464b77.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/micawber/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/micawber/micawber-0.5.1.ebuild X-VCS-Directories: dev-python/micawber/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d13f8ef87432f2a30d4ac67a991039cb4b464b77 X-VCS-Branch: master Date: Mon, 18 May 2020 10:40:38 +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: 315b938d-1eb1-45bb-9179-7c1827a97b6d X-Archives-Hash: ffc4bcb82c0485e848aebb8da26e971b commit: d13f8ef87432f2a30d4ac67a991039cb4b464b77 Author: Michał Górny gentoo org> AuthorDate: Mon May 18 10:35:26 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 18 10:40:30 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d13f8ef8 dev-python/micawber: Require sqlite for tests Closes: https://bugs.gentoo.org/723538 Signed-off-by: Michał Górny gentoo.org> dev-python/micawber/micawber-0.5.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/micawber/micawber-0.5.1.ebuild b/dev-python/micawber/micawber-0.5.1.ebuild index bd5793ec07d..743a6f20ad1 100644 --- a/dev-python/micawber/micawber-0.5.1.ebuild +++ b/dev-python/micawber/micawber-0.5.1.ebuild @@ -18,6 +18,7 @@ RESTRICT="!test? ( test )" BDEPEND=" test? ( + $(python_gen_impl_dep sqlite) dev-python/beautifulsoup:4[${PYTHON_USEDEP}] dev-python/django[${PYTHON_USEDEP}] )"