From: Michał Górny Date: Wed, 5 Feb 2020 14:14:27 +0000 (+0100) Subject: dev-python/httmock: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=3f80cd9b4502b21294ec862fbc730ce433d4a933;p=gentoo.git dev-python/httmock: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/httmock/httmock-1.2.5.ebuild b/dev-python/httmock/httmock-1.2.5.ebuild index 1554818eae02..67ab6525a63d 100644 --- a/dev-python/httmock/httmock-1.2.5.ebuild +++ b/dev-python/httmock/httmock-1.2.5.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1