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 9567C1382C5 for ; Tue, 12 May 2020 06:57:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3940E08FF; Tue, 12 May 2020 06:57:51 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 A9987E08FF for ; Tue, 12 May 2020 06:57:51 +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 9E2B034FED1 for ; Tue, 12 May 2020 06:57:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42D1A1F6 for ; Tue, 12 May 2020 06:57: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: <1589266663.13419f560c37cd142c3d3b050babb146e061eb2f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/django/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/django/django-3.0.6.ebuild X-VCS-Directories: dev-python/django/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 13419f560c37cd142c3d3b050babb146e061eb2f X-VCS-Branch: master Date: Tue, 12 May 2020 06:57: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: 3cd8a99b-0f59-4ad9-baee-ea511edacc3c X-Archives-Hash: 51dcc4aacf04abf7bb8f22d91e7ebf58 commit: 13419f560c37cd142c3d3b050babb146e061eb2f Author: Michał Górny gentoo org> AuthorDate: Tue May 12 06:51:15 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 12 06:57:43 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13419f56 dev-python/django: Add missing test-dep on selenium Closes: https://bugs.gentoo.org/722572 Signed-off-by: Michał Górny gentoo.org> dev-python/django/django-3.0.6.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/django/django-3.0.6.ebuild b/dev-python/django/django-3.0.6.ebuild index 9b34e353eec..2dd01d0fcb6 100644 --- a/dev-python/django/django-3.0.6.ebuild +++ b/dev-python/django/django-3.0.6.ebuild @@ -41,6 +41,7 @@ BDEPEND=" dev-python/numpy[${PYTHON_USEDEP}] dev-python/pillow[webp,${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + dev-python/selenium[${PYTHON_USEDEP}] dev-python/tblib[${PYTHON_USEDEP}] )"