commit: 233b933d3cfb81a07af8f4602949df9bef35550f Author: Tom Gillespie <tgbugs <AT> gmail <DOT> com> AuthorDate: Wed Jan 12 20:48:57 2022 +0000 Commit: Louis Sautier <sbraz <AT> gentoo <DOT> org> CommitDate: Thu Jan 13 01:04:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233b933d
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 <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23764 Signed-off-by: Louis Sautier <sbraz <AT> gentoo.org> dev-python/kombu/{kombu-5.2.3.ebuild => kombu-5.2.3-r1.ebuild} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/kombu/kombu-5.2.3.ebuild b/dev-python/kombu/kombu-5.2.3-r1.ebuild similarity index 96% rename from dev-python/kombu/kombu-5.2.3.ebuild rename to dev-python/kombu/kombu-5.2.3-r1.ebuild index 22dee35e6bf5..73c428029253 100644 --- a/dev-python/kombu/kombu-5.2.3.ebuild +++ b/dev-python/kombu/kombu-5.2.3-r1.ebuild @@ -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}] "