From 460b9e72b367db6765dcf445c4c05493c18de7b5 Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Fri, 11 Mar 2022 03:56:03 +0100 Subject: [PATCH] dev-python/osprofiler: enable py3.9 Signed-off-by: Alessandro Barbieri --- 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 13a0b20564..57238bf219 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"