diff options
author | Robert Siebeck <gentoo.2019@r123.de> | 2020-04-29 16:21:02 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-04-30 14:59:54 +0300 |
commit | d5c2a47a1faa5ef2dad5ad9cbe3237b31ff5cbfc (patch) | |
tree | b380214ad4b9ad4e1c7422e512808e726ff17299 /dev-python/python-slugify | |
parent | app-admin/cdist: DISTUTILS_USE_SETUPTOOLS=no for 6.5.4 (diff) | |
download | gentoo-d5c2a47a1faa5ef2dad5ad9cbe3237b31ff5cbfc.tar.gz gentoo-d5c2a47a1faa5ef2dad5ad9cbe3237b31ff5cbfc.tar.bz2 gentoo-d5c2a47a1faa5ef2dad5ad9cbe3237b31ff5cbfc.zip |
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>
Diffstat (limited to 'dev-python/python-slugify')
-rw-r--r-- | dev-python/python-slugify/python-slugify-1.2.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 eed79aeecdd2..8d4cc5710f71 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 |