summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-04-27 15:50:14 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2019-04-27 16:45:50 +0200
commit7be524e96956f8d2a65c714ec75f5a8c113d7fa2 (patch)
treed9c1cb48c39bf2527474a6cf4e660996a2ffde3d /dev-python/iniparse
parentdev-python/utidylib: python3_7 (diff)
downloadgentoo-7be524e96956f8d2a65c714ec75f5a8c113d7fa2.tar.gz
gentoo-7be524e96956f8d2a65c714ec75f5a8c113d7fa2.tar.bz2
gentoo-7be524e96956f8d2a65c714ec75f5a8c113d7fa2.zip
dev-python/iniparse: python3_7
Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/iniparse')
-rw-r--r--dev-python/iniparse/iniparse-0.4-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/iniparse/iniparse-0.4-r2.ebuild b/dev-python/iniparse/iniparse-0.4-r2.ebuild
index 82011f6822b3..f7c8c47a1463 100644
--- a/dev-python/iniparse/iniparse-0.4-r2.ebuild
+++ b/dev-python/iniparse/iniparse-0.4-r2.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1