dev-python/os-testr: enable py3.9

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-11 04:27:51 +01:00
parent a85d3d76b2
commit afa9296d64

View File

@@ -3,14 +3,14 @@
EAPI=8
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="A testr wrapper to provide functionality for OpenStack projects"
HOMEPAGE="
https://opendev.org/openstack/os-testr
https://pypi.org/project/os-testr
https://pypi.org/project/os-testr/
https://launchpad.net/os-testr
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/os-testr-${PV}.tar.gz"