dev-python/python-slugify: add support for Python 3.8

Signed-off-by: Robert Siebeck <gentoo.2019@r123.de>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Robert Siebeck
2020-04-29 16:21:02 +02:00
committed by Joonas Niilola
parent 940c7081f6
commit d5c2a47a1f

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{6,7} )
PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1