From: Matthew Thode Date: Thu, 31 Oct 2019 21:22:25 +0000 (-0500) Subject: dev-python/cloudpickle: readd py27 to fix mgorny's breakage X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=46b0d6dbb54b8fa8723140d8042c7216f41cd5cf;p=gentoo.git dev-python/cloudpickle: readd py27 to fix mgorny's breakage Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode --- diff --git a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild index 74f40c775fc0..8d685def17e7 100644 --- a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild +++ b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_5,3_6,3_7} ) +PYTHON_COMPAT=( python2_7 python{3_5,3_6,3_7} ) inherit distutils-r1 DESCRIPTION="Extended pickling support for Python objects"