dev-python/cloudpickle: readd py27 to fix mgorny's breakage
authorMatthew Thode <prometheanfire@gentoo.org>
Thu, 31 Oct 2019 21:22:25 +0000 (16:22 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Thu, 31 Oct 2019 21:29:39 +0000 (16:29 -0500)
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/cloudpickle/cloudpickle-1.2.2.ebuild

index 74f40c775fc07a5b2d6807c620622a3c57bfb723..8d685def17e7a8ab1cb991274f22551610473bb2 100644 (file)
@@ -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"