projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
916a8b2
)
dev-python/selenium: Python 3.7 compatibility
author
Craig Andrews
<candrews@gentoo.org>
Sun, 13 Oct 2019 20:32:37 +0000
(16:32 -0400)
committer
Craig Andrews
<candrews@gentoo.org>
Tue, 15 Oct 2019 15:57:51 +0000
(11:57 -0400)
Closes: https://bugs.gentoo.org/697668
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-python/selenium/selenium-3.13.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/selenium/selenium-3.13.0.ebuild
b/dev-python/selenium/selenium-3.13.0.ebuild
index 0231c9b51bddaa3c7f01573de4be4b20e003696c..72b77a8bf84e31b1d0d1a0e49f291af381d3a877 100644
(file)
--- 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