From: Thomas Deutschmann Date: Sun, 10 May 2020 12:48:16 +0000 (+0200) Subject: dev-python/piexif: add Py3.8 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=db7e7a8d8cc16d0f00a434528fd192c63f608c42;p=gentoo.git dev-python/piexif: add Py3.8 support Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann --- diff --git a/dev-python/piexif/piexif-1.1.3.ebuild b/dev-python/piexif/piexif-1.1.3.ebuild index 79d68eaa74f8..0577ea544dd2 100644 --- a/dev-python/piexif/piexif-1.1.3.ebuild +++ b/dev-python/piexif/piexif-1.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python3_{6,7} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) inherit distutils-r1 @@ -24,5 +24,5 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] RDEPEND="" python_test() { - "${PYTHON}" setup.py test + "${PYTHON}" setup.py test || die }