projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a6e9c2
)
dev-python/pydot: Enable py3.8
author
Michał Górny
<mgorny@gentoo.org>
Fri, 13 Mar 2020 10:28:10 +0000
(11:28 +0100)
committer
Michał Górny
<mgorny@gentoo.org>
Fri, 13 Mar 2020 11:07:13 +0000
(12:07 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pydot/pydot-1.4.1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pydot/pydot-1.4.1.ebuild
b/dev-python/pydot/pydot-1.4.1.ebuild
index 1a3e1140998a1e6db5ff7ad2028c65eff7eb539d..f3b5659629215619d6217f7de11efaac49044003 100644
(file)
--- a/
dev-python/pydot/pydot-1.4.1.ebuild
+++ b/
dev-python/pydot/pydot-1.4.1.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7
,8
} )
inherit distutils-r1