From: Michał Górny Date: Thu, 6 Feb 2020 05:43:01 +0000 (+0100) Subject: dev-python/Rx: Remove py2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=98f525006d1a05b9f628f8d32f08db4ca1ae4187;p=gentoo.git dev-python/Rx: Remove py2 Signed-off-by: Michał Górny --- diff --git a/dev-python/Rx/Rx-1.6.1.ebuild b/dev-python/Rx/Rx-1.6.1.ebuild index 56b5e2456853..82172fce71f3 100644 --- a/dev-python/Rx/Rx-1.6.1.ebuild +++ b/dev-python/Rx/Rx-1.6.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1