commit:     460b9e72b367db6765dcf445c4c05493c18de7b5
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 02:56:03 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 03:04:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=460b9e72

dev-python/osprofiler: enable py3.9

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

 dev-python/osprofiler/osprofiler-3.4.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/osprofiler/osprofiler-3.4.2.ebuild 
b/dev-python/osprofiler/osprofiler-3.4.2.ebuild
index 13a0b2056..57238bf21 100644
--- a/dev-python/osprofiler/osprofiler-3.4.2.ebuild
+++ b/dev-python/osprofiler/osprofiler-3.4.2.ebuild
@@ -11,7 +11,7 @@ EPYTEST_DESELECT=(
        
osprofiler/tests/unit/test_profiler.py::ProfilerGlobMethodsTestCase::test_get_profiler_and_init
        osprofiler/tests/unit/test_profiler.py::test_fn_exc
 )
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -19,7 +19,7 @@ DESCRIPTION="OpenStack Profiler Library"
 HOMEPAGE="
        https://launchpad.net/osprofiler
        https://opendev.org/openstack/osprofiler
-       https://pypi.org/project/osprofiler
+       https://pypi.org/project/osprofiler/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 

Reply via email to