From: Michał Górny Date: Sat, 18 Jan 2020 18:27:50 +0000 (+0100) Subject: dev-python/pystache: Remove Python 2 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5a79bcf1034eefd99a563fd4d1f7fbc23c21b573;p=gentoo.git dev-python/pystache: Remove Python 2 support Signed-off-by: Michał Górny --- diff --git a/dev-python/pystache/pystache-0.5.4.ebuild b/dev-python/pystache/pystache-0.5.4.ebuild index 9094d0d25e48..8daac89957f9 100644 --- a/dev-python/pystache/pystache-0.5.4.ebuild +++ b/dev-python/pystache/pystache-0.5.4.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1