diff options
author | Tom Gillespie <tgbugs@gmail.com> | 2022-01-12 15:48:57 -0500 |
---|---|---|
committer | Louis Sautier <sbraz@gentoo.org> | 2022-01-13 02:04:14 +0100 |
commit | 233b933d3cfb81a07af8f4602949df9bef35550f (patch) | |
tree | f8b683fdfca9589bf8fc28b70e6a79c824c68abd /dev-python/kombu | |
parent | sci-mathematics/gimps: add 32 bit binary (diff) | |
download | gentoo-233b933d3cfb81a07af8f4602949df9bef35550f.tar.gz gentoo-233b933d3cfb81a07af8f4602949df9bef35550f.tar.bz2 gentoo-233b933d3cfb81a07af8f4602949df9bef35550f.zip |
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>
Diffstat (limited to 'dev-python/kombu')
-rw-r--r-- | dev-python/kombu/kombu-5.2.3-r1.ebuild (renamed from dev-python/kombu/kombu-5.2.3.ebuild) | 4 |
1 files 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 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}] " |