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 EEE661382C5 for ; Tue, 19 May 2020 12:06:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 042E5E07F1; Tue, 19 May 2020 12:06:55 +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 B9DABE07F1 for ; Tue, 19 May 2020 12:06:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 128A934F0E3 for ; Tue, 19 May 2020 12:06:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B76B6250 for ; Tue, 19 May 2020 12:06:49 +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: <1589887781.1efac0594d4ffd0c3fa186c429e55a771f710dec.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django-otp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django-otp/django-otp-0.9.1.ebuild X-VCS-Directories: dev-python/django-otp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1efac0594d4ffd0c3fa186c429e55a771f710dec X-VCS-Branch: master Date: Tue, 19 May 2020 12:06:49 +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: 7d38b3f0-4a38-40f0-9300-bdb3b1cf38e7 X-Archives-Hash: 6174b8bf041b1f379f5efece68870489 commit: 1efac0594d4ffd0c3fa186c429e55a771f710dec Author: Michał Górny gentoo org> AuthorDate: Tue May 19 11:29:41 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 19 11:29:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1efac059 dev-python/django-otp: Require sqlite for tests Closes: https://bugs.gentoo.org/723612 Signed-off-by: Michał Górny gentoo.org> dev-python/django-otp/django-otp-0.9.1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dev-python/django-otp/django-otp-0.9.1.ebuild b/dev-python/django-otp/django-otp-0.9.1.ebuild index 4bbf7d96389..cb3c87c6043 100644 --- a/dev-python/django-otp/django-otp-0.9.1.ebuild +++ b/dev-python/django-otp/django-otp-0.9.1.ebuild @@ -21,7 +21,11 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-python/django-1.11[${PYTHON_USEDEP}]" -BDEPEND="test? ( ${RDEPEND} )" +BDEPEND=" + test? ( + $(python_gen_impl_dep sqlite) + ${RDEPEND} + )" python_test() { local -x PYTHONPATH=test:${PYTHONPATH}