commit:     afa9296d6434668a55066d0d8538606a18a63523
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 03:27:51 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 03:27:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afa9296d

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

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/os-testr/os-testr-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/os-testr/os-testr-2.0.1.ebuild 
b/dev-python/os-testr/os-testr-2.0.1.ebuild
index 133db4049..5a9512fb4 100644
--- a/dev-python/os-testr/os-testr-2.0.1.ebuild
+++ b/dev-python/os-testr/os-testr-2.0.1.ebuild
@@ -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"

Reply via email to