projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16f81a1
)
dev-python/pyaes: Enable py3.7
author
Michał Górny
<mgorny@gentoo.org>
Tue, 30 Jul 2019 07:03:05 +0000
(09:03 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 30 Jul 2019 07:24:44 +0000
(09:24 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/pyaes/pyaes-1.6.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
b/dev-python/pyaes/pyaes-1.6.1-r1.ebuild
index 28e71ec67c0cb6b14bdcbd0efdd1004cc423e6f0..90b8b03fdf574e42d820357e81eaf6a88aae618f 100644
(file)
--- a/
dev-python/pyaes/pyaes-1.6.1-r1.ebuild
+++ b/
dev-python/pyaes/pyaes-1.6.1-r1.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