diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-10-31 16:27:01 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-10-31 16:29:41 -0500 |
commit | 08952713c112243dc6c452a5073df6fe45b1b98f (patch) | |
tree | aefce27485ac9259fd0a6d5f604a3d2cb796c0fd /dev-python | |
parent | dev-python/pyro: readd py27 that mgorny dropped for no aparent reason (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/kombu/kombu-4.6.3.ebuild | 2 |
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 |