From: Michał Górny Date: Wed, 5 Feb 2020 13:17:20 +0000 (+0100) Subject: dev-python/flexx: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e34cf200fcc574a8a8232467ec56fb6b9a6e443c;p=gentoo.git dev-python/flexx: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/flexx/flexx-0.4.1.ebuild b/dev-python/flexx/flexx-0.4.1.ebuild index 4a302dfadda6..c79c0bc52329 100644 --- a/dev-python/flexx/flexx-0.4.1.ebuild +++ b/dev-python/flexx/flexx-0.4.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1