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 E7A51138334 for ; Tue, 15 Oct 2019 15:58:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05D95E083D; Tue, 15 Oct 2019 15:58:32 +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 DD19CE083D for ; Tue, 15 Oct 2019 15:58:31 +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 5C39534BE27 for ; Tue, 15 Oct 2019 15:58:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1456C883 for ; Tue, 15 Oct 2019 15:58:29 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1571155071.87f63a4c6bdc0a73a58f277edb8bfefb52357e98.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/selenium/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/selenium/selenium-3.13.0.ebuild X-VCS-Directories: dev-python/selenium/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 87f63a4c6bdc0a73a58f277edb8bfefb52357e98 X-VCS-Branch: master Date: Tue, 15 Oct 2019 15:58:29 +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: 60f5a7d5-d69e-4a1d-a987-ec490fb3e23c X-Archives-Hash: 3d908c239bcd07e16f2c7ce0281ca56a commit: 87f63a4c6bdc0a73a58f277edb8bfefb52357e98 Author: Craig Andrews gentoo org> AuthorDate: Sun Oct 13 20:32:37 2019 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Oct 15 15:57:51 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87f63a4c dev-python/selenium: Python 3.7 compatibility Closes: https://bugs.gentoo.org/697668 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews gentoo.org> dev-python/selenium/selenium-3.13.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/selenium/selenium-3.13.0.ebuild b/dev-python/selenium/selenium-3.13.0.ebuild index 0231c9b51bd..72b77a8bf84 100644 --- a/dev-python/selenium/selenium-3.13.0.ebuild +++ b/dev-python/selenium/selenium-3.13.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1