diff options
author | 2020-07-12 07:55:42 +0200 | |
---|---|---|
committer | 2020-07-12 08:37:03 +0200 | |
commit | f4ab4313fbd543337427027001644e3be7eace7c (patch) | |
tree | 404aabdc4f189719d953ae46746b4eafd64c193f /dev-python/rarfile | |
parent | games-emulation/m64py: Bump to 0.2.5 (diff) | |
download | gentoo-f4ab4313fbd543337427027001644e3be7eace7c.tar.gz gentoo-f4ab4313fbd543337427027001644e3be7eace7c.tar.bz2 gentoo-f4ab4313fbd543337427027001644e3be7eace7c.zip |
dev-python/rarfile: Port to py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rarfile')
-rw-r--r-- | dev-python/rarfile/rarfile-3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rarfile/rarfile-3.1.ebuild b/dev-python/rarfile/rarfile-3.1.ebuild index f7282bc66968..d186c8d9b2a5 100644 --- a/dev-python/rarfile/rarfile-3.1.ebuild +++ b/dev-python/rarfile/rarfile-3.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} pypy3 ) +PYTHON_COMPAT=( python3_{6..9} pypy3 ) inherit distutils-r1 DESCRIPTION="Module for RAR archive reading" |