diff options
author | David Seifert <soap@gentoo.org> | 2019-12-28 17:12:50 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-12-28 17:12:50 +0100 |
commit | f054a8d16ecbf64717dddd5cd4744d4e846d7699 (patch) | |
tree | 01282cf2a39eafdc3c98bf9fa7f082ab31602ad2 /dev-python/httpstat | |
parent | dev-python/hiro: Remove Py2 (diff) | |
download | gentoo-f054a8d16ecbf64717dddd5cd4744d4e846d7699.tar.gz gentoo-f054a8d16ecbf64717dddd5cd4744d4e846d7699.tar.bz2 gentoo-f054a8d16ecbf64717dddd5cd4744d4e846d7699.zip |
dev-python/httpstat: Remove Py2
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/httpstat')
-rw-r--r-- | dev-python/httpstat/httpstat-1.2.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild index cde2ea2a485d..103f7d3b0751 100644 --- a/dev-python/httpstat/httpstat-1.2.1-r1.ebuild +++ b/dev-python/httpstat/httpstat-1.2.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI="7" -PYTHON_COMPAT=( python2_7 python3_{5,6,7} pypy{,3} ) +PYTHON_COMPAT=( python3_{5,6,7} pypy3 ) inherit distutils-r1 |