python-pika: add recipes for python2 and python3

Pika is a pure-Python implementation of the AMQP 0-9-1
protocol including RabbitMQ’s extensions.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Jackie Huang
2019-09-29 16:28:28 +08:00
committed by Khem Raj
parent 8188608dec
commit 7e5be41e9e
3 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
inherit setuptools3
require python-pika.inc