diff options
author | 2020-03-20 09:28:58 +0100 | |
---|---|---|
committer | 2020-03-20 09:46:14 +0100 | |
commit | c212e273431a2e69bc9cb6d31a30d797f32ced0a (patch) | |
tree | af56afcdf9ab74596c44221390e18026c3798d2e /dev-python/iniparse | |
parent | www-servers/automx2: Change category to net-mail (diff) | |
download | gentoo-c212e273431a2e69bc9cb6d31a30d797f32ced0a.tar.gz gentoo-c212e273431a2e69bc9cb6d31a30d797f32ced0a.tar.bz2 gentoo-c212e273431a2e69bc9cb6d31a30d797f32ced0a.zip |
dev-python/iniparse: Remove py2
Signed-off-by: Michał Górny <mgorny@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 2ea74c03eb94..336a9d588237 100644 --- a/dev-python/iniparse/iniparse-0.4-r2.ebuild +++ b/dev-python/iniparse/iniparse-0.4-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1 DESCRIPTION="Better INI parser for Python" |