From: Michał Górny Date: Sun, 12 Jan 2020 22:03:58 +0000 (+0100) Subject: dev-python/pycadf: Remove Python 2 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5cace0e845f9b7304d349679e70c77807bb8edd1;p=gentoo.git dev-python/pycadf: Remove Python 2 Signed-off-by: Michał Górny --- diff --git a/dev-python/pycadf/pycadf-2.9.0-r1.ebuild b/dev-python/pycadf/pycadf-2.9.0-r1.ebuild index 7036d9c751db..50d99eeffcd9 100644 --- a/dev-python/pycadf/pycadf-2.9.0-r1.ebuild +++ b/dev-python/pycadf/pycadf-2.9.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1