projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b25bd1
)
dev-python/urllib3: Enable py3.7
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Jul 2018 20:15:36 +0000
(22:15 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Jul 2018 19:57:11 +0000
(21:57 +0200)
dev-python/urllib3/urllib3-1.23.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/urllib3/urllib3-1.23.ebuild
b/dev-python/urllib3/urllib3-1.23.ebuild
index 7dad09add027039a8c90d6371954d66cbdc23ae9..8fa669db6d19b5cbef031bd424126eab8e795b04 100644
(file)
--- a/
dev-python/urllib3/urllib3-1.23.ebuild
+++ b/
dev-python/urllib3/urllib3-1.23.ebuild
@@
-3,7
+3,7
@@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6
,7
} pypy{,3} )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1