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 807ED1382C5 for ; Mon, 18 May 2020 11:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8F17E08E2; Mon, 18 May 2020 11:16:00 +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 5F6AEE08E2 for ; Mon, 18 May 2020 11:16:00 +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 E412C34EFB6 for ; Mon, 18 May 2020 11:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 620FA18F for ; Mon, 18 May 2020 11:15:56 +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: <1589800400.9f16f77878d0d1a71ae76c851bddabe141530f1a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/easy-thumbnails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild X-VCS-Directories: dev-python/easy-thumbnails/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 9f16f77878d0d1a71ae76c851bddabe141530f1a X-VCS-Branch: master Date: Mon, 18 May 2020 11:15:56 +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: 88e7fa44-b395-4e36-92b3-d932a7eceea5 X-Archives-Hash: 6f62fa2c77facbe2ee555a32e3158562 commit: 9f16f77878d0d1a71ae76c851bddabe141530f1a Author: Michał Górny gentoo org> AuthorDate: Mon May 18 11:13:20 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon May 18 11:13:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f16f778 dev-python/easy-thumbnails: Require sqlite for tests Closes: https://bugs.gentoo.org/723720 Signed-off-by: Michał Górny gentoo.org> dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild b/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild index 3aabbec54a9..f532eb55869 100644 --- a/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild +++ b/dev-python/easy-thumbnails/easy-thumbnails-2.7.ebuild @@ -23,6 +23,7 @@ RDEPEND=" " BDEPEND=" test? ( + $(python_gen_impl_dep sqlite) ${RDEPEND} dev-python/testfixtures[${PYTHON_USEDEP}] )