dev-python/oslo-messaging: enable py3.9

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-03-12 03:54:56 +01:00
parent 451763c792
commit c3091b9fc3

View File

@@ -4,13 +4,13 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=bdepend
PYTHON_COMPAT=( python3_8 )
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Messaging API for RPC and notifications over different messaging transports"
HOMEPAGE="
https://pypi.org/project/oslo.messaging
https://pypi.org/project/oslo.messaging/
https://opendev.org/openstack/oslo.messaging
https://launchpad.net/oslo.messaging
"