summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2019-10-31 16:27:01 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2019-10-31 16:29:41 -0500
commit08952713c112243dc6c452a5073df6fe45b1b98f (patch)
treeaefce27485ac9259fd0a6d5f604a3d2cb796c0fd /dev-python/kombu
parentdev-python/pyro: readd py27 that mgorny dropped for no aparent reason (diff)
downloadgentoo-08952713c112243dc6c452a5073df6fe45b1b98f.tar.gz
gentoo-08952713c112243dc6c452a5073df6fe45b1b98f.tar.bz2
gentoo-08952713c112243dc6c452a5073df6fe45b1b98f.zip
dev-python/kombu: readdy py27 to 4.6.3
Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/kombu')
-rw-r--r--dev-python/kombu/kombu-4.6.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/kombu/kombu-4.6.3.ebuild b/dev-python/kombu/kombu-4.6.3.ebuild
index 24fd55a80594..95e550c88780 100644
--- a/dev-python/kombu/kombu-4.6.3.ebuild
+++ b/dev-python/kombu/kombu-4.6.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1