diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2020-04-28 23:34:02 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2020-04-28 23:54:35 -0700 |
commit | f1e67b85d4ca96736402152c25becca1869c4e7b (patch) | |
tree | b9b035d8cde5c3f89a1975734420ba7571f2871b /dev-python/aws-xray-sdk-python | |
parent | kernel-install.eclass: Print elog about symlink update (diff) | |
download | gentoo-f1e67b85d4ca96736402152c25becca1869c4e7b.tar.gz gentoo-f1e67b85d4ca96736402152c25becca1869c4e7b.tar.bz2 gentoo-f1e67b85d4ca96736402152c25becca1869c4e7b.zip |
dev-python/aws-xray-sdk-python-2.4.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/aws-xray-sdk-python')
-rw-r--r-- | dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild index 02cd46de573f..b21281ca806a 100644 --- a/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild +++ b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.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 |