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 D6D1C1382C5 for ; Sun, 21 Jun 2020 20:19:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A511E077C; Sun, 21 Jun 2020 20:19:19 +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 E137EE077C for ; Sun, 21 Jun 2020 20:19:18 +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 9804534FF66 for ; Sun, 21 Jun 2020 20:19:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ACC71AC for ; Sun, 21 Jun 2020 20:19:15 +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: <1592770750.bab638fc5e152877ecdacb6636c3e13f81ea196e.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-2.2.11.ebuild dev-python/django/django-2.2.12.ebuild dev-python/django/django-2.2.13.ebuild X-VCS-Directories: dev-python/django/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bab638fc5e152877ecdacb6636c3e13f81ea196e X-VCS-Branch: master Date: Sun, 21 Jun 2020 20:19:15 +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: 50c89056-eaa0-49fa-8c02-1413a3b671ce X-Archives-Hash: dd2be6d8a8940c31b8defa991792f910 commit: bab638fc5e152877ecdacb6636c3e13f81ea196e Author: Michał Górny gentoo org> AuthorDate: Sun Jun 21 20:18:45 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jun 21 20:19:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bab638fc dev-python/django: Backport selenium dep to 2.2* Closes: https://bugs.gentoo.org/729038 Signed-off-by: Michał Górny gentoo.org> dev-python/django/django-2.2.11.ebuild | 1 + dev-python/django/django-2.2.12.ebuild | 1 + dev-python/django/django-2.2.13.ebuild | 1 + 3 files changed, 3 insertions(+) diff --git a/dev-python/django/django-2.2.11.ebuild b/dev-python/django/django-2.2.11.ebuild index 06c2258d63d..04943ce0049 100644 --- a/dev-python/django/django-2.2.11.ebuild +++ b/dev-python/django/django-2.2.11.ebuild @@ -40,6 +40,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}] )" diff --git a/dev-python/django/django-2.2.12.ebuild b/dev-python/django/django-2.2.12.ebuild index 2166d02e126..ed9cd2f94b3 100644 --- a/dev-python/django/django-2.2.12.ebuild +++ b/dev-python/django/django-2.2.12.ebuild @@ -40,6 +40,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}] )" diff --git a/dev-python/django/django-2.2.13.ebuild b/dev-python/django/django-2.2.13.ebuild index 2166d02e126..ed9cd2f94b3 100644 --- a/dev-python/django/django-2.2.13.ebuild +++ b/dev-python/django/django-2.2.13.ebuild @@ -40,6 +40,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}] )"