aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-06-09 18:19:20 +0200
committerAndrew Ammerlaan <andrewammerlaan@riseup.net>2020-06-09 18:19:20 +0200
commit54e61fccd6a034cdaad6d880ba7723098de7af19 (patch)
tree244330a567c87bc4205ee5314aa4cde1584d7211 /dev-python/autoflake
parentdev-python/python-vlc: add py3_9 (diff)
downloadguru-54e61fccd6a034cdaad6d880ba7723098de7af19.tar.gz
guru-54e61fccd6a034cdaad6d880ba7723098de7af19.tar.bz2
guru-54e61fccd6a034cdaad6d880ba7723098de7af19.zip
dev-python/autoflake: add py3_8
Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Diffstat (limited to 'dev-python/autoflake')
-rw-r--r--dev-python/autoflake/autoflake-1.3.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/autoflake/autoflake-1.3.1.ebuild b/dev-python/autoflake/autoflake-1.3.1.ebuild
index 752b394e8..e2c1cb674 100644
--- a/dev-python/autoflake/autoflake-1.3.1.ebuild
+++ b/dev-python/autoflake/autoflake-1.3.1.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1