diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-06-22 11:54:31 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-06-22 12:02:09 +0200 |
commit | 2f1a933e414c12df5b85291a3d6240d320e26471 (patch) | |
tree | 4dbb4e0ab9b1e7ca0f0497ef6dd09acdca5973e1 /dev-python/oslo-i18n | |
parent | dev-python/oslo-i18n: Remove vcs-snapshot.eclass (diff) | |
download | gentoo-2f1a933e414c12df5b85291a3d6240d320e26471.tar.gz gentoo-2f1a933e414c12df5b85291a3d6240d320e26471.tar.bz2 gentoo-2f1a933e414c12df5b85291a3d6240d320e26471.zip |
dev-python/oslo-i18n: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/oslo-i18n')
-rw-r--r-- | dev-python/oslo-i18n/oslo-i18n-5.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/oslo-i18n/oslo-i18n-5.0.1.ebuild b/dev-python/oslo-i18n/oslo-i18n-5.0.1.ebuild index 6a8f0a7bf2da..818c78cd180d 100644 --- a/dev-python/oslo-i18n/oslo-i18n-5.0.1.ebuild +++ b/dev-python/oslo-i18n/oslo-i18n-5.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_8 ) +PYTHON_COMPAT=( python3_{8..9} ) inherit distutils-r1 MY_PN=${PN/-/.} |