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/os-service-types/
Date: Thu, 30 Jan 2020 01:27:32
Message-Id: 1580347571.4af595599f802e82778b261e0d4f3291c7efdf12.chutzpah@gentoo
1 commit: 4af595599f802e82778b261e0d4f3291c7efdf12
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Thu Jan 30 01:26:11 2020 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 30 01:26:11 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4af59559
7
8 dev-python/os-service-types-1.7.0: Add py38
9
10 Copyright: Sony Interactive Entertainment Inc.
11 Package-Manager: Portage-2.3.86, Repoman-2.3.20
12 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
13
14 dev-python/os-service-types/os-service-types-1.7.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/os-service-types/os-service-types-1.7.0.ebuild b/dev-python/os-service-types/os-service-types-1.7.0.ebuild
18 index d82a40b4fef..9934f1e7a8c 100644
19 --- a/dev-python/os-service-types/os-service-types-1.7.0.ebuild
20 +++ b/dev-python/os-service-types/os-service-types-1.7.0.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