From 102e7ecab0f2f170a12840f39bfdedbea814e7fe Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 10 Jun 2020 20:29:12 +0200 Subject: dev-python/rsa: Port to py3.9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/rsa/rsa-4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/rsa') diff --git a/dev-python/rsa/rsa-4.0.ebuild b/dev-python/rsa/rsa-4.0.ebuild index 805415f593ed..10c836a9a58d 100644 --- a/dev-python/rsa/rsa-4.0.ebuild +++ b/dev-python/rsa/rsa-4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 -- cgit v1.2.3-65-gdbad