dev-python/piexif: add Py3.8 support

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2020-05-10 14:48:16 +02:00
parent 59552ffbcb
commit db7e7a8d8c

View File

@@ -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
}