summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-10-31 16:22:25 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-10-31 16:29:39 -0500
commit46b0d6dbb54b8fa8723140d8042c7216f41cd5cf (patch)
tree25ccb8ec7e11b4800ae12c2099bcb5313d3dca23 /dev-python
parentwww-plugins/chrome-binary-plugins: automated update (diff)
downloadgentoo-46b0d6dbb54b8fa8723140d8042c7216f41cd5cf.tar.gz
gentoo-46b0d6dbb54b8fa8723140d8042c7216f41cd5cf.tar.bz2
gentoo-46b0d6dbb54b8fa8723140d8042c7216f41cd5cf.zip
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@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/cloudpickle/cloudpickle-1.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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"