Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/
Date: Wed, 02 Sep 2020 05:37:20
Message-Id: 1599024841.a5e2539787b8f8b9cedb0abfe42dd2163c509581.sam@gentoo
1 commit: a5e2539787b8f8b9cedb0abfe42dd2163c509581
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 2 05:34:01 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 2 05:34:01 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e25397
7
8 dev-python/sentry-sdk: restore Python 3.6
9
10 Package-Manager: Portage-3.0.4, Repoman-2.3.23
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
17 index c23ecfdbfc3..b536923dc9c 100644
18 --- a/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
19 +++ b/dev-python/sentry-sdk/sentry-sdk-0.16.3.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python3_{7,8,9} )
25 +PYTHON_COMPAT=( python3_{6,7,8,9} )
26
27 inherit distutils-r1