dev-python/kombu: fix amqp min version

a runtime error is produced because kombu requirements lists amqp-5.0.9
as the min version instead of amqp-5.0.6

revbump so the change will propagate

Signed-off-by: Tom Gillespie <tgbugs@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/23764
Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
Tom Gillespie
2022-01-12 15:48:57 -05:00
committed by Louis Sautier
parent 1d443df41a
commit 233b933d3c

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ KEYWORDS="~amd64 ~arm64 ~x86"
IUSE="examples"
RDEPEND="
>=dev-python/py-amqp-5.0.6[${PYTHON_USEDEP}]
>=dev-python/py-amqp-5.0.9[${PYTHON_USEDEP}]
<dev-python/py-amqp-6.0.0[${PYTHON_USEDEP}]
dev-python/vine[${PYTHON_USEDEP}]
"