diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-27 15:50:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-27 16:45:50 +0200 |
commit | 7be524e96956f8d2a65c714ec75f5a8c113d7fa2 (patch) | |
tree | d9c1cb48c39bf2527474a6cf4e660996a2ffde3d /dev-python/iniparse | |
parent | dev-python/utidylib: python3_7 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |