projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ddac07
)
dev-python/hpack: Port to py39
author
Michał Górny
<mgorny@gentoo.org>
Wed, 27 May 2020 07:46:58 +0000
(09:46 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Wed, 27 May 2020 07:46:58 +0000
(09:46 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/hpack/hpack-3.0.0.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/hpack/hpack-3.0.0.ebuild
b/dev-python/hpack/hpack-3.0.0.ebuild
index de96e1d0134f2cf12e5d97e3457e2a723749faa8..3a62a22097ce9f7599dc801cd9f1cf058736176f 100644
(file)
--- a/
dev-python/hpack/hpack-3.0.0.ebuild
+++ b/
dev-python/hpack/hpack-3.0.0.ebuild
@@
-2,7
+2,7
@@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{6,7,8})
+PYTHON_COMPAT=( python2_7 python3_{6,7,8
,9
})
inherit distutils-r1