diff options
author | Hanno Böck <hanno@gentoo.org> | 2020-11-10 10:45:46 +0100 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2020-11-10 10:45:46 +0100 |
commit | 67dc62ebcec7d2491f4863f843f97cfb68661a2f (patch) | |
tree | 4ecc4695de2294de93282e9f731a728e40c56fd0 /dev-python/flufl-i18n | |
parent | dev-util/cvise: Remove pytest-xdist options (diff) | |
download | gentoo-67dc62ebcec7d2491f4863f843f97cfb68661a2f.tar.gz gentoo-67dc62ebcec7d2491f4863f843f97cfb68661a2f.tar.bz2 gentoo-67dc62ebcec7d2491f4863f843f97cfb68661a2f.zip |
dev-python/flufl-i18n: Support Python 3.8
Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Diffstat (limited to 'dev-python/flufl-i18n')
-rw-r--r-- | dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild b/dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild index e583ee1e34b4..2d2690a66b15 100644 --- a/dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild +++ b/dev-python/flufl-i18n/flufl-i18n-2.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 MY_PN=${PN/-/.} |