projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3e2f2f
)
dev-python/fasteners: Enable py3.{7,8}
author
Michał Górny
<mgorny@gentoo.org>
Thu, 23 Apr 2020 06:15:22 +0000
(08:15 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Thu, 23 Apr 2020 07:27:59 +0000
(09:27 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/fasteners/fasteners-0.14.1-r1.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/fasteners/fasteners-0.14.1-r1.ebuild
b/dev-python/fasteners/fasteners-0.14.1-r1.ebuild
index 9413f8a034628a62229fe1a33a162816deeb7dcc..1b279280b357ef87eb2264f3c9554090d320300a 100644
(file)
--- a/
dev-python/fasteners/fasteners-0.14.1-r1.ebuild
+++ b/
dev-python/fasteners/fasteners-0.14.1-r1.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