From 7e5be41e9e916e8a76c8d62b606d7716175923f7 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Sun, 29 Sep 2019 16:28:28 +0800 Subject: python-pika: add recipes for python2 and python3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pika is a pure-Python implementation of the AMQP 0-9-1 protocol including RabbitMQ’s extensions. Signed-off-by: Jackie Huang Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pika_1.1.0.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-pika_1.1.0.bb (limited to 'meta-python/recipes-devtools/python/python3-pika_1.1.0.bb') diff --git a/meta-python/recipes-devtools/python/python3-pika_1.1.0.bb b/meta-python/recipes-devtools/python/python3-pika_1.1.0.bb new file mode 100644 index 0000000000..a1515881f2 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pika_1.1.0.bb @@ -0,0 +1,2 @@ +inherit setuptools3 +require python-pika.inc -- cgit v1.2.3-54-g00ecf