From 4c6234dd1b31ef08a7a6e5765883f8135be028bc Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 15 May 2022 04:31:49 +0200 Subject: [PATCH] sys-cluster/openstack-meta: enable py3.9 Signed-off-by: Alessandro Barbieri --- sys-cluster/openstack-meta/openstack-meta-2020.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/openstack-meta/openstack-meta-2020.2.0.ebuild b/sys-cluster/openstack-meta/openstack-meta-2020.2.0.ebuild index 2720fdc9f6..3e4c164d12 100644 --- a/sys-cluster/openstack-meta/openstack-meta-2020.2.0.ebuild +++ b/sys-cluster/openstack-meta/openstack-meta-2020.2.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit linux-info python-r1