projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0728cb0
)
dev-python/oauth2: Enable py3.{7,8}
author
Michał Górny
<mgorny@gentoo.org>
Tue, 21 Apr 2020 07:33:08 +0000
(09:33 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 21 Apr 2020 08:08:12 +0000
(10:08 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
b/dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
index f717a49cbf01c6c073cb8af3a2e057eb9b980a2f..ea99f3884beec0559411254f82f2285524afb382 100644
(file)
--- a/
dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
+++ b/
dev-python/oauth2/oauth2-1.9.0_p1-r1.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python3_
6
)
+PYTHON_COMPAT=( python3_
{6,7,8}
)
inherit distutils-r1