Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/aws-xray-sdk-python/
Date: Wed, 29 Apr 2020 06:54:48
Message-Id: 1588143275.f1e67b85d4ca96736402152c25becca1869c4e7b.chutzpah@gentoo
1 commit: f1e67b85d4ca96736402152c25becca1869c4e7b
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Wed Apr 29 06:34:02 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 29 06:54:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1e67b85
7
8 dev-python/aws-xray-sdk-python-2.4.2: add py38
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.99, Repoman-2.3.22
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 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
18 index 02cd46de573..b21281ca806 100644
19 --- a/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild
20 +++ b/dev-python/aws-xray-sdk-python/aws-xray-sdk-python-2.4.2.ebuild
21 @@ -2,7 +2,7 @@
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 -PYTHON_COMPAT=( python3_{6,7} )
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27
28 inherit distutils-r1