From: Joonas Niilola Date: Tue, 21 Apr 2020 11:18:37 +0000 (+0300) Subject: dev-python/configshell-fb: python-3.8 compatibility for 1.1.27 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b2eb070d2f8eb273d293cb15eb6384b29ff312a3;p=gentoo.git dev-python/configshell-fb: python-3.8 compatibility for 1.1.27 Signed-off-by: Joonas Niilola --- diff --git a/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild b/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild index 4a0c0dc14cb1..d38b29bb9987 100644 --- a/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild +++ b/dev-python/configshell-fb/configshell-fb-1.1.27.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="A Python library for building configuration shells"