Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/xlsx2csv/
Date: Tue, 11 Feb 2020 11:38:41
Message-Id: 1581421102.3e8fe71b007849ba2471ac6a0883d67530d4c469.mgorny@gentoo
1 commit: 3e8fe71b007849ba2471ac6a0883d67530d4c469
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 11:33:50 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 11:38:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e8fe71b
7
8 app-text/xlsx2csv: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild b/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
16 index 397e3eb6b96..39cdd163b0e 100644
17 --- a/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
18 +++ b/app-text/xlsx2csv/xlsx2csv-0.7.6.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI="7"
23 -PYTHON_COMPAT=( python{2_7,3_6,3_7} )
24 +PYTHON_COMPAT=( python{3_6,3_7} )
25 PYTHON_REQ_USE="xml"
26
27 inherit distutils-r1