diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 15:21:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 15:24:21 +0100 |
commit | 5b17d45b6a7762198d1d9151a69891395d10c509 (patch) | |
tree | fb947698fe985c14182a6605407427bcadf07634 /dev-python/humanize | |
parent | dev-python/httreplay: Remove py2 (diff) | |
download | gentoo-5b17d45b6a7762198d1d9151a69891395d10c509.tar.gz gentoo-5b17d45b6a7762198d1d9151a69891395d10c509.tar.bz2 gentoo-5b17d45b6a7762198d1d9151a69891395d10c509.zip |
dev-python/humanize: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/humanize')
-rw-r--r-- | dev-python/humanize/humanize-0.5.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/humanize/humanize-0.5.1.ebuild b/dev-python/humanize/humanize-0.5.1.ebuild index b15f1b06682c..9fb7249b70dd 100644 --- a/dev-python/humanize/humanize-0.5.1.ebuild +++ b/dev-python/humanize/humanize-0.5.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7} ) inherit distutils-r1 |