commit: a0a47486c1756f3c68ca857f48e3806da133ba2f
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 23 10:01:55 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jun 23 10:09:17 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0a47486
dev-python/keystoneauth: Enable py3.9
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild | 2 +-
dev-python/keystoneauth/keystoneauth-4.2.1.ebuild | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
index 9e4dfcbc879..905b712644b 100644
--- a/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.2.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="This package contains tools for authenticating to an
OpenStack-based cloud."
diff --git a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
index 359f7c6b0ab..e16f73ab9d6 100644
--- a/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
+++ b/dev-python/keystoneauth/keystoneauth-4.2.1.ebuild
@@ -2,9 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_7 python3_8 )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="This package contains tools for authenticating to an
OpenStack-based cloud."