From 87579bf9cab99b6adabe16f411e72776efe3052c 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. (From meta-openembedded commit: 7e5be41e9e916e8a76c8d62b606d7716175923f7) Signed-off-by: Jackie Huang Signed-off-by: Khem Raj Signed-off-by: Tim Orling --- recipes-devtools/python/python-pika_1.1.0.bb | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 recipes-devtools/python/python-pika_1.1.0.bb (limited to 'recipes-devtools/python/python-pika_1.1.0.bb') diff --git a/recipes-devtools/python/python-pika_1.1.0.bb b/recipes-devtools/python/python-pika_1.1.0.bb new file mode 100644 index 0000000..f7e0198 --- /dev/null +++ b/recipes-devtools/python/python-pika_1.1.0.bb @@ -0,0 +1,2 @@ +inherit setuptools +require python-pika.inc -- cgit 1.2.3-korg