Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/kaitaistruct/
Date: Thu, 04 Jun 2020 07:56:24
Message-Id: 1591257363.1d7e2574a33d47a4d162b188083f53be827a2c0b.juippis@gentoo
1 commit: 1d7e2574a33d47a4d162b188083f53be827a2c0b
2 Author: Alexander Barker <alex <AT> 1stleg <DOT> com>
3 AuthorDate: Thu Jun 4 07:50:20 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 07:56:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d7e2574
7
8 dev-python/kaitaistruct: Add python3_7
9
10 Bug: https://bugs.gentoo.org/718796
11 Signed-off-by: Alex Barker <alex <AT> 1stleg.com>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 dev-python/kaitaistruct/kaitaistruct-0.8.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
18 index c932baa405f..626735a49c2 100644
19 --- a/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
20 +++ b/dev-python/kaitaistruct/kaitaistruct-0.8.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=6
24
25 -PYTHON_COMPAT=( python3_6 )
26 +PYTHON_COMPAT=( python3_{6,7} )
27
28 inherit distutils-r1