diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 15:30:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 15:37:09 +0100 |
commit | 1f49e03b0b0147cbaa18f9315dfa304e4bbef113 (patch) | |
tree | f13f8ecf3ac7e5b73055a66d6df8ed1266d17fde /dev-python/inflection | |
parent | dev-python/icalendar: Remove py2 (diff) | |
download | gentoo-1f49e03b0b0147cbaa18f9315dfa304e4bbef113.tar.gz gentoo-1f49e03b0b0147cbaa18f9315dfa304e4bbef113.tar.bz2 gentoo-1f49e03b0b0147cbaa18f9315dfa304e4bbef113.zip |
dev-python/inflection: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/inflection')
-rw-r--r-- | dev-python/inflection/inflection-0.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/inflection/inflection-0.3.1.ebuild b/dev-python/inflection/inflection-0.3.1.ebuild index 512a2d3f53cf..0d2db3a146d7 100644 --- a/dev-python/inflection/inflection-0.3.1.ebuild +++ b/dev-python/inflection/inflection-0.3.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 |