diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-04-29 10:38:13 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-04-29 12:11:59 -0700 |
commit | 62186cf71925da69b634bf7d88750799ff350c28 (patch) | |
tree | ea2e048bcb253e09237bd26f1a91d6bacaab5890 /dev-python/pretty-yaml | |
parent | sys-kernel/gentoo-sources: Linux patch 4.19.119 (diff) | |
download | gentoo-62186cf71925da69b634bf7d88750799ff350c28.tar.gz gentoo-62186cf71925da69b634bf7d88750799ff350c28.tar.bz2 gentoo-62186cf71925da69b634bf7d88750799ff350c28.zip |
dev-python/pretty-yaml-15.8.2: add py38
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'dev-python/pretty-yaml')
-rw-r--r-- | dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild index bdc96b79b405..b6ea020e3917 100644 --- a/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild +++ b/dev-python/pretty-yaml/pretty-yaml-15.8.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 |