diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-04-17 10:24:13 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-17 10:43:22 -0400 |
commit | fb24bcca868f1c9725621a19c686f913f866eca6 (patch) | |
tree | 4c79c3e45fec44407ff76d7ada35eb27975fa14d /dev-python/distro | |
parent | net-libs/libtorrent-rasterbar: Python 3.8 compatibility (diff) | |
download | gentoo-fb24bcca868f1c9725621a19c686f913f866eca6.tar.gz gentoo-fb24bcca868f1c9725621a19c686f913f866eca6.tar.bz2 gentoo-fb24bcca868f1c9725621a19c686f913f866eca6.zip |
dev-python/distro: Python 3.8 compatibility
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-python/distro')
-rw-r--r-- | dev-python/distro/distro-1.0.4-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/distro/distro-1.0.4-r1.ebuild b/dev-python/distro/distro-1.0.4-r1.ebuild index 6ef836a9fb7c..57e5c1044857 100644 --- a/dev-python/distro/distro-1.0.4-r1.ebuild +++ b/dev-python/distro/distro-1.0.4-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 |