app-text/xlsx2csv: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 08:49:08 +0000 (10:49 +0200)
committerPacho Ramos <pacho@gentoo.org>
Mon, 24 Apr 2017 09:31:00 +0000 (11:31 +0200)
Package-Manager: Portage-2.3.5, Repoman-2.3.2

app-text/xlsx2csv/xlsx2csv-0.7.2.ebuild

index 2ff5ad06967d41c192a32c9f92c87edf08f95906..56d36da399eb20439ebe9ed2f61b408cb73f7782 100644 (file)
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 PYTHON_REQ_USE="xml"
 
 inherit distutils-r1