diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-07-22 13:19:10 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-07-22 13:19:10 -0400 |
commit | e35719a3919c07ea1a91dff3c6c79729fc395257 (patch) | |
tree | 51df418f3d814a909ae1ceb9c44c3c44952428b5 /net-libs/stem | |
parent | app-arch/brotli: Python 3.9 compatibility (diff) | |
download | gentoo-e35719a3919c07ea1a91dff3c6c79729fc395257.tar.gz gentoo-e35719a3919c07ea1a91dff3c6c79729fc395257.tar.bz2 gentoo-e35719a3919c07ea1a91dff3c6c79729fc395257.zip |
net-libs/stem: Python 3.9 compatibility
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-libs/stem')
-rw-r--r-- | net-libs/stem/stem-1.8.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/stem/stem-1.8.0-r1.ebuild b/net-libs/stem/stem-1.8.0-r1.ebuild index d24b6703b468..04b29dfda34c 100644 --- a/net-libs/stem/stem-1.8.0-r1.ebuild +++ b/net-libs/stem/stem-1.8.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=(python3_{6,7,8} pypy3) +PYTHON_COMPAT=(python3_{6,7,8,9} pypy3) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |