commit: d5c2a47a1faa5ef2dad5ad9cbe3237b31ff5cbfc
Author: Robert Siebeck <gentoo.2019 <AT> r123 <DOT> de>
AuthorDate: Wed Apr 29 14:21:02 2020 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Thu Apr 30 11:59:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5c2a47a
dev-python/python-slugify: add support for Python 3.8
Signed-off-by: Robert Siebeck <gentoo.2019 <AT> r123.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
dev-python/python-slugify/python-slugify-1.2.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-slugify/python-slugify-1.2.6.ebuild
b/dev-python/python-slugify/python-slugify-1.2.6.ebuild
index eed79aeecdd..8d4cc5710f7 100644
--- a/dev-python/python-slugify/python-slugify-1.2.6.ebuild
+++ b/dev-python/python-slugify/python-slugify-1.2.6.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