commit: 46b0d6dbb54b8fa8723140d8042c7216f41cd5cf
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 31 21:22:25 2019 +0000
Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Oct 31 21:29:39 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46b0d6db
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 <prometheanfire <AT> gentoo.org>
dev-python/cloudpickle/cloudpickle-1.2.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
b/dev-python/cloudpickle/cloudpickle-1.2.2.ebuild
index 74f40c775fc..8d685def17e 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"