From 687708bd42a0114548f0d0db2bce06f852ebbecc Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 27 May 2026 17:47:41 +0800 Subject: python3-pika: upgrade 1.4.0 -> 1.4.1 Changelog: Fix Channel.close() for channels with multiple consumers Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-pika_1.4.0.bb | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python3-pika_1.4.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pika_1.4.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pika_1.4.0.bb b/meta-python/recipes-devtools/python/python3-pika_1.4.0.bb deleted file mode 100644 index 06ec5df736..0000000000 --- a/meta-python/recipes-devtools/python/python3-pika_1.4.0.bb +++ /dev/null @@ -1,26 +0,0 @@ -SUMMARY = "Pika is a RabbitMQ (AMQP 0-9-1) client library for Python." -DESCRIPTION = " \ -Pika is a pure-Python implementation of the AMQP 0-9-1 protocol \ -including RabbitMQ's extensions. \ -" -SECTION = "devel/python" -HOMEPAGE = "https://pika.readthedocs.io" -LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=678ec81495ba50edf81e84e4f1aa69f3" - -SRC_URI[sha256sum] = "84aa6d0cf60bbdb79d5780544a4a4e1799392760127bf9de2a03d3c3b92f5f1a" - -inherit pypi python_setuptools_build_meta - -PYPI_PACKAGE = "pika" - -DEPENDS += " \ - python3-setuptools-scm-native \ - python3-toml-native \ -" - -RDEPENDS:${PN} += " \ - python3-logging \ - python3-tornado \ - python3-twisted \ -" -- cgit v1.2.3-54-g00ecf