From: Michał Górny Date: Tue, 11 Feb 2020 12:06:07 +0000 (+0100) Subject: net-misc/httpie: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=06fdd564feab79e8560966abafa1c0dbd1e91d58;p=gentoo.git net-misc/httpie: Remove py2 Signed-off-by: Michał Górny --- diff --git a/net-misc/httpie/httpie-1.0.3.ebuild b/net-misc/httpie/httpie-1.0.3.ebuild index d65556fc1b0b..4c1b60f7651d 100644 --- a/net-misc/httpie/httpie-1.0.3.ebuild +++ b/net-misc/httpie/httpie-1.0.3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="ssl(+)" inherit bash-completion-r1 distutils-r1