projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3c385b
)
dev-python/defusedxml: Enable py3.7
author
Michał Górny
<mgorny@gentoo.org>
Sat, 14 Jul 2018 20:13:39 +0000
(22:13 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Mon, 16 Jul 2018 19:56:53 +0000
(21:56 +0200)
dev-python/defusedxml/defusedxml-0.5.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/defusedxml/defusedxml-0.5.0.ebuild
b/dev-python/defusedxml/defusedxml-0.5.0.ebuild
index 8fb69ae23f7f43daaa12b69ebb20304409fe3200..c6d9f341f42eb0e1facaa2a1aa79f7a23dc7fb02 100644
(file)
--- a/
dev-python/defusedxml/defusedxml-0.5.0.ebuild
+++ b/
dev-python/defusedxml/defusedxml-0.5.0.ebuild
@@
-3,7
+3,7
@@
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6
,3_7
} pypy{,3} )
PYTHON_REQ_USE="xml(+)"
inherit distutils-r1